PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $query = "INSERT INTO t1 VALUES(?,?)"; $insertStatement = $pdo->prepare($query); $insertStatement->execute([null, "test"]); printf('DB version: %s', $row['version']);
Show:  
Copy Clear