Page 1 of 1

php mysql connectivity

Posted: Mon Aug 28, 2006 9:37 pm
by msk_madhu2000
I am new to php/mysql

I am using windows xp

when i connect to php using mysql I get this message

Fatal error: Call to undefined function mysql_connect() in E:\php\insert.php on line 2
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php\extensions\php_mysql.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\php\extensions\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0

please help in solving this error

Posted: Mon Aug 28, 2006 9:44 pm
by feyd
You're missing required libraries for the mysql clients to start. Download the zip version of the installation and pull out the mysql related DLL files from the root directory.