I'm a newbie. PHP and Apache are working fine. MySQL is installed and I've successfully used with java. But when I try to use with PHP, it spits out the following error...
Fatal error: Call to undefined function mysql_connect()
php_mysql.dll is already there in "php/ext" directory. and I've also removed the semicolon ';' from "extension=php_mysql.dll" in php.ini. But still it spits out this error. What I'm a missing? I'm using windows, PHP version 5.2.9-2 and Apache server. I even restarted Apache server and then tried but still no luck!