Hello!
I have installed PHP and MySql 5.0 on Win XP.
Database created ok. Installation ok.
PHP scripts runs ok.
But when I am trying some mysql calls in the script I get an "Error 500"
from explorer.
// Connect to the database server
echo ('Trying to connect to db');
$dbcnx = mysql_connect(' localhost', 'root', ''xxxx');
The php.ini file in c:/windows has extension_dir = "C:\php\ext " and
extension = php_mysql.dll and
doc_root: "c:\inetpub\www root
What should I look for?
Kp
I have installed PHP and MySql 5.0 on Win XP.
Database created ok. Installation ok.
PHP scripts runs ok.
But when I am trying some mysql calls in the script I get an "Error 500"
from explorer.
// Connect to the database server
echo ('Trying to connect to db');
$dbcnx = mysql_connect(' localhost', 'root', ''xxxx');
The php.ini file in c:/windows has extension_dir = "C:\php\ext " and
extension = php_mysql.dll and
doc_root: "c:\inetpub\www root
What should I look for?
Kp
Comment