Hi Giovanni, On Wed, 12 Mar 2008 20:50:13 +0100, you wrote:
>Hello >I must use SQLite functions of PHP 4, but it seems >that these functions doesn't works with SQLite 3. Indeed the sqlite_ functions in PHP 4 are SQLite 2 only. >What can I do? Use SQLite 2. Or find out if there is a SQLite3 capable PDO_sqlite for PHP4 (I doubt it, PHP4 practically reached end of life). >best regards > >Giovanni Rossati -- ( Kees Nuyt ) c[_] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

