Example 10-28. Creating unique identifiers <?php $st = $db->prepare('INSERT INTO users (id, name) VALUES (?,?)'); $st->execute(array(uniqid(), 'Jacob')); ...
確定! 回上一頁