SQLite equivalent [SOLVED]

Rodolfo Alcazar rodolfo.alcazar at padep.org.bo
Thu Aug 24 19:24:39 UTC 2006


On Thu, 2006-08-24 at 14:40 -0400, Matthew Miller wrote:
> On Thu, Aug 24, 2006 at 02:28:37PM -0400, Rodolfo Alcazar wrote:
> > php seems to handle sqlite, but in FC5 by default does not work:
> 
> Ah. See: <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=148960>

Good. Using PDO instead of php-sqlite. This works fine:

$db=new PDO('sqlite:/var/www/html/bookdb.db');
foreach($db->query("select * from table") as $res) print_r($res);

Now, to learn PDO.

Thanks!
--
Rodolfo Alcazar - rodolfo.alcazar at padep.org.bo
Netzmanager Padep, GTZ
591-70656800, -22417628, LA PAZ, BOLIVIA
http://otbits.blogspot.com
--
Murphy's laws apply to Murphy's laws, too





More information about the fedora-list mailing list