Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sqlite example #32

Closed
GoogleCodeExporter opened this issue Aug 28, 2015 · 3 comments
Closed

Add sqlite example #32

GoogleCodeExporter opened this issue Aug 28, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Original comment by czarek.t...@gmail.com on 21 Jul 2013 at 6:35

  • Added labels: NextRelease

@GoogleCodeExporter
Copy link
Author

Example added to phpdesktop-chrome in revision e5d4a03bf285.

Original comment by czarek.t...@gmail.com on 19 Jan 2014 at 7:25

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/phpdesktop/issues/32

Original comment by czarek.t...@gmail.com on 24 Aug 2015 at 3:18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant