Re: SQLite equivalent [SOLVED]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxx
Netzmanager Padep, GTZ
591-70656800, -22417628, LA PAZ, BOLIVIA
http://otbits.blogspot.com
--
Murphy's laws apply to Murphy's laws, too



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux