PHP Help

iamlok1

New Member
Messages
21
Reaction score
0
Points
0
Can someone help me whenever I try to run my PHP it says "cant find driver" I would post the code but its over 25k chars long.

The Script reads from a database and posts the info....

I think it is because I dont have SQlite on my server?

Any suggestions?
 

freecrm

New Member
Messages
629
Reaction score
0
Points
0
PHP is a loose term that refers to a whole system.

the php processing is only the server-side scripting that processes the page.

Alongside php should be Apache, which parses the page.

Finally, if you are using back end DB's, you need to install MySQL.

I think there is a complete lite version but the site was threatening to be closed.

Forgive me if I'm wrong, but doesn't SQL run with .asp??
 

xmakina

New Member
Messages
264
Reaction score
0
Points
0
Very likely. Cannot find driver means that PHP can't load something needed to access the database, most likely a propreitary driver or something which x10 doesn't have. Convert to MySQL and you should be fine :)
 
Top