Hi everybody,
I'm just getting started.
I've installed php5 manually on my PC having win XP sp2 and I am using IIS 5.1
I've also installed mysql 5.0
I've been able to create database and table in mysql
But when I connect using my php script, i got the following error:
fatal error: call to undefined function mysql_connect().
I've done the following things:
1) I check out the /ext folder and I found both php_mysql.dll and php_mysqli.dll
2) I check out the php.ini where i uncomment the part extension=php_mysql.dll and as well extension=php_mysqli.dll
3) I save the file
But I got the same error again
Can anyone suggest a solution or had I miss something
Regards,
Dave