php mysql connectivity

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

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

php mysql connectivity

Post by msk_madhu2000 »

:(

I problem with connecting to mysql using php on windows xp using iis

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

Post by feyd »

Duplicating threads... ain't cool. Ever.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:3. Do not make multiple, identical posts. This is viewed as spam and will be deleted.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

The fastest way to get your question NOT answered is to post it more than once. We'll get to it (in fact, I think Feyd already has).
Locked