Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fatal error: Call to undefined function mysql_get_client_info() 2

Status
Not open for further replies.

kingdomfan

Programmer
Mar 18, 2005
1
IE
Hi all,
I seem to have a problem when i try to run my script.
I'm running
Win XP Pro.
PHP 5.0.3
MySQL 4.1.10
IIS

I have read that this error is know in earlier versions of PHP but i don't know why i'm getting it.
Fatal error: Call to undefined function mysql_get_client_info() in c:\Inetpub\ on line 6.

I'd appreciate it if anybody has a solution to my problem

Many Thanks,
Kieran.
 
If you're running MySQL 4.1.x, you should be using the mysql[red]i[/red]_* family of functions.

The communications libraries changed at MySQL version 4.1.4.


Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Try the following:

1)Install MS MSL Client Libraries

2)Ensure ntwdblib.dll is in the system 32 directory

3)If not search for it and copy it there

4)stop and start iis

If this does not work try to uncomment php_mssql.dll in php.ini and do step 4) again.

Hope it works for ya [thumbsup2]

MoMoZoNe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top