Jump to content

Recommended Posts

hi every body
i need some help regarding enabling my sql with php i get the following error when i try to run any php script that have my sql

Fatal error: Call to undefined function mysql_connect() in c:\Inetpub\wwwroot\mysqltest.php on line 4
#################################################################

my sql version is 5.0
php version is 5.1.3
IIS 5.0

i have set windows path
and set extension=php_mysql.dll
and also my sql is alive
Link to comment
https://forums.phpfreaks.com/topic/10597-help/
Share on other sites

Path C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\php-5.1.4-Win32\ext;C:\Program Files\MySQL\MySQL Server 5.0\bin


with running php.info i got a few lines that has something about my sql but still i still get the same message



Fatal error: Call to undefined function mysql_connect() in [path of script here] on line [line number here]

Link to comment
https://forums.phpfreaks.com/topic/10597-help/#findComment-39526
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.