34,333
edits
Changes
→Using PHP to Select Records from an SQLite Database
<pre>
<?php
$dbhandle = sqlite_open('phptest.sqlite');
<pre>
<?php
$dbhandle = sqlite_open('phptest.sqlite');
?>
</pre>
== Summary ==
This chapter has provided an overview of working with PHP and SQLite.