Ben wrote:
Upgraded from what?
> Sounds like the mysqli extension is no longer getting loaded. There will
either be an error saying why, or it is still commented out in the php.ini.
Upgraded from PHP 4.3 and MySQL 4.1. Was using mysql_connect, but
understand that mysqli is better/supported ex
Lester wrote:
>Upgraded from what?
> Sounds like the mysqli extension is no longer getting loaded. There will
either be an error saying why, or it is still commented out in the php.ini.
Upgraded from PHP 4.3 and MySQL 4.1. Was using mysql_connect, but
understand that mysqli is better/supported ex
Ben wrote:
My server was upgraded to PHP 5.3.8 and MySQL 5.1.58 today and, since, I am
getting a 500 error on any script requiring a DB connection.
Upgraded from what?
Sounds like the mysqli extension is no longer getting loaded. There will either
be an error saying why, or it is still commente
Hi,
My server was upgraded to PHP 5.3.8 and MySQL 5.1.58 today and, since, I am
getting a 500 error on any script requiring a DB connection.
I've tried using the Procedural style example provided at
http://www.php.net/manual/en/mysqli.connect.php (as shown below), but get
the following line