A
Anonymous
Guest
Hello,
I just installed IIS/PHP/MySQL on windows XP and everything seems to be working fine, except for when I went to connect to MySQL.
I'm getting this error:
Fatal error: Call to undefined function mysql_connect() in C:\Inetpub\wwwroot\el\store_comment.php on line 17
line 17 of conntemp is:
$dbi = mysql_connect($host, $name, $pass)
or die("I cannot connect to the database. Error :" . mysql_error());
can anyone tell me if i'm missing something? like a module maybe?
and if so what one and where can i get it?
thanks in advance for your time!
-fixaded
I just installed IIS/PHP/MySQL on windows XP and everything seems to be working fine, except for when I went to connect to MySQL.
I'm getting this error:
Fatal error: Call to undefined function mysql_connect() in C:\Inetpub\wwwroot\el\store_comment.php on line 17
line 17 of conntemp is:
$dbi = mysql_connect($host, $name, $pass)
or die("I cannot connect to the database. Error :" . mysql_error());
can anyone tell me if i'm missing something? like a module maybe?
and if so what one and where can i get it?
thanks in advance for your time!
-fixaded