Brandon Eley <[EMAIL PROTECTED]> writes: > No, I can't upgrade to PHP5, yet. We're on PHP4.
I was accessing sqlite 2.8.x databases with PHP4 a number of years ago. It worked fine. The page I referred you to previously _initially_ discusses the object interface for the sqlite functions. That, AFAIR, didn't exist in php4. The sqlite_* functions that are listed further down, however, did exist and worked fine. Try this as an alternate starting point: http://us.php.net/manual/en/function.sqlite-open.php Just ignore the Object interface that is described for each function, and stick with the sqlite_*() functions. You might try running a script with phpinfo() to ensure that sqlite was compiled into your build. I recall it was compiled by default, but it's conceivable it was left out of your build. Cheers, Derrell ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

