Baris-C wrote:
> On Jun 20, 12:22 am, Tim Streater <timstrea...@waitrose.com> wrote:
>> Running 10.5.3. I'm trying to make a PHP command line script with sqlite
>> calls. But it fails at the first such (sqlite_open), saying "call to
>> undefined function sqlite_open ...".
>>
>> phpinfo() tells me that sqlite support is enabled.
>>
>> What am I missing?
>>
>> TIA - tim
>
> Use PDO Class, you can either use sqlite3 or sqlite2 databases..
PDO can add significant overhead to database calls, and isn't
appropriate in all instances.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================