mirror of
https://github.com/php/php-src.git
synced 2025-01-27 06:03:45 +08:00
- Fixed test
This commit is contained in:
parent
3dc4f14c6b
commit
76ba9b44b4
@ -41,8 +41,6 @@ $select->execute();
|
||||
$num = $select->fetchColumn();
|
||||
echo 'There are ' . $num . " rows in the table.\n";
|
||||
|
||||
$select->closeCursor();
|
||||
|
||||
// Insert using named parameters
|
||||
$stmt2 = $db->prepare("INSERT INTO test VALUES(:first, :second, :third)");
|
||||
foreach ($data as $row) {
|
||||
|
Loading…
Reference in New Issue
Block a user