|
Posted by Olaf Schinkel on 01/25/08 11:52
Kevin R schrieb:
> I have this error:
> Fatal error: Call to undefined function mysql_connect() in ...file name
>
> Why would this create an error on this code?
> $link = mysql_connect("localhost", "root", "") or die(mysql_error());
> I am working locally so the root, and username should be correct.
>
> any ideas what gives?
>
> Kevin
Something went wrong at install.
"undefined functions" means, that the function is _NOT_ present.
I don´t use the XAMPP (WAMPP) package, ich configure all I need by hand.
So I don´t know, if you maybe forgot to install the MySQL Option with XAMPP.
Olaf
Navigation:
[Reply to this message]
|