Posted by Peter van Schie on 04/01/06 00:09
Nikola Skoric wrote:
> When I try to connect to mysql, I get:
> Fatal error: Call to undefined function mysql_connect() in D:\www\kviz
> \scripts\data_connect.php on line 3
> PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext
> \php_mysql.dll' - The specified module could not be found. in Unknown on
> line 0
>
> BUT, the interesting thing is that in my C:\PHP\ext there exists
> php_mysql.dll. Sooo, why can't PHP load it?
Hi Nikola,
Is libmysql.dll also in the searchpath? You could test if that's the
problem by copying libmysql.dll to the Windows folder and restart the
webserver.
HTH.
Peter.
--
http://www.phpforums.nl
[Back to original message]
|