Other Help Topics :: PHP og SQLite
I was just wondering if the php-4-monkey-0.9.1.tar.gz workes with SQLite?
I just got strange error-messages, but I am relative new to PHP.
Do anyone know if the php-4-monkey-0.9.1.tar.gz reads/writes/query/ or do I have to install PHP5x?
And do you know a good tutorial with PHP and SQLite?
Kristian
Read this
I tried out the eksample you posted,
but I just get the error message:
Parse error: parse error, unexpected T_VARIABLE in /path/.. on line 8.
Line 8 is: $db = /home/dsl/db
What can I have done wrong?
I am sorry if this is a topic that isn't discussed in this forum, but I can't seem to find help anywhere else. When people hear I use DSL nobody seems to want/can't help me..
Kristian
PS: feel free to redirect me to another forum if there you know one that deals with the topic.
Ah, I think you are missing a semicolon
In that old thread the first example I posted was missing a semicolon after the require
require sqlite;
The second example that I posted works fine and includes the semicolon
HTH
Yes, I did miss the semicolon.
Now it works just fine
Thank you very much!
I found a online tutorial on SQLite support in PHP 5,
but since you wrote the sqlite.php-script yourself
I guess I can't use those commands?
krisitan
Next Page...
original here.