Posted by David Haynes on 02/18/06 16:16
frustratedcoder wrote:
> I have installed apache, php5 and mysql on my laptop.
>
> I write my code in eclipse and when I test it inside eclipse, the mysql
> database connection is working, I can execute the script inside
> eclipse. But when I put that same script into my htdocs on the apache
> server running on the same laptop and access it using my browser, I get
> a "Call to undefined function mysql_connect()" error message.
>
Have you copied libmysql.dll into the apache2\bin directory?
-david-
[Back to original message]
|