You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add "test_sqlite.php" example to the www/ directory:
<?php
error_reporting(-1);
include "./pdo.php";
$db_file = "./my_database.sqlite3";
PDO_Connect("sqlite:$db_file");
echo("PDO_Connect(): success! $db_file created");
?>
The "pdo.php" file can be found on the UsingSQLite wiki page.
Original issue reported on code.google.com by czarek.t...@gmail.com on 10 Jun 2013 at 4:37
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 10 Jun 2013 at 4:37The text was updated successfully, but these errors were encountered: