topical media & game development
server-php-sqlite-notes.php / php
<?php
database='local';
password='hush';
// create a SQLite3 database file with PDO and return a database handle (Object Oriented)
try{
//echo 'sqlite:'.
//dbHandle = new PDO('sqlite:'.
dbHandle = new PDO('sqlite:server-php-sqlite-notes.db');
//
//dsn = "mysql:host=database, password";
//dsn);
}catch( PDOException exception->getMessage());
}
result = sqlGetView);
// dbHandle->query(
pageView = pageView[1].'<br />';
echo pageView[3].'<br />';
?>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.