php mysql connectivity

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
msk_madhu2000
Forum Newbie
Posts: 2
Joined: Mon Aug 28, 2006 9:14 pm

php mysql connectivity

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Post Reply