| 
 Posted by Mike Willbanks on 05/16/05 04:52 
> I have been working with Php and Mysql for a week without any problems. 
> Today I tried executing a php page that connects to mysql and creates a 
> new database, I got this error: 
>  
> "Fatal error: Call to undefined function mysql_connect() in C:\Program 
> Files\Apache Group\Apache2\test\_debug_tmp.php on line 3". 
 
Your problem seems that the dll file for mysql is not loaded in your  
configuration.  Why the other one works I do not know what your exact  
configuration is. 
 
Mike
 
[Back to original message] 
 |