Changes

Jump to: navigation, search

PHP and SQLite

88 bytes added, 16:05, 22 July 2008
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.

Navigation menu