Help.Help::Fetal Error:Call to undefined function mysql_connect;
I have installed IIS mysql.and php 5 but when i browse the file through IIS it shows an error Fetal Error:Call to undefined function mysql_connect.........;.Please Help me out.and shows the same message for many other functions and what should be the and user to connect to the mysql database. Is there something wrong with user pass or host name.Also Tell Me how to configure mysql to correspond to the php.
Thanks
Aliwaqas
The most common reason for an undefined mysql function call is that mysql is not enabled by default in all recent versions of PHP.
Find the following line in the php.ini and remove the semi-colon in the first column to uncomment it. Restart your computer to cause the change to take effect -
Code:
;extension=php_mysql.dll
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???