Re: [PHP-DB] RE: Basic SQLite test failing..

2005-10-31 Thread JeRRy
It's not aware of function sqlite_query() So you need to define what it is. There is alot of docs for fixes/workarounds for this online in sqlite docs. Eoin Hennessy <[EMAIL PROTECTED]> wrote:Ahh, I'm not very familiar with php, should have looked into the effects of the '@' symbol. Once removi

Re: [PHP-DB] RE: Basic SQLite test failing..

2005-10-31 Thread Eoin Hennessy
According to the manual the second and third parameters of sqlite_open are optional and apparantly the mode value is ignored. Out of interest, I tried them anyway and; running via CLI fails again with; ''Call to undefined function: sqlite_open()' But running via apache this time fails with;

Re: [PHP-DB] RE: Basic SQLite test failing..

2005-10-30 Thread Eoin Hennessy
Ahh, I'm not very familiar with php, should have looked into the effects of the '@' symbol. Once removing the symbols, running via CLI, it fails with; 'Call to undefined function: sqlite_open()' whereas, running via apache, it fails with; 'Call to undefined function: sqlite_query()' I have