Posted by J.O. Aho on 10/10/87 11:18
Richard Cooper wrote:
> I cannot seem to get php to connect to mysql. I get the following message:
>
> Fatal error: Call to undefined function mysql_connect() in C:\Program
> Files\Apache Group\Apache2\test\Createmovie.php on line 4
The php you use don't have the mysql support, for microsofts environment you
need to download the dll's that gives you the support modify your php.ini if I
remember it right, for *nix users it's usually have it precompiled into php
from the *nix developer.
I do suggest you use google to find the solution.
http://www.google.com/search?q=microsoft+windows+apache2+mysql+php&safe=vss&vss=1&sa=Google+Search&filter=0
//Aho
[Back to original message]
|