|
Posted by Jim on 12/16/05 19:14
> Either try to put @ ('at' sign) at the mysql_connect function like:
>
> $link = @mysql_connect($db_host,$db_user,$db_password);
>
> and see if it works...
>
> or switch off the warnings somewhere in config variables, runtime or
> global. I'm not sure which ones, I have to look into manuals to find out
> the exact way. Shall I? :)
@mysql_connect works perfect! Thank you very much for you help :-)))
Navigation:
[Reply to this message]
|