Reply to Re: Help! im having trouble error handling mysqli_connect() with posted passwords.
Posted by J.O. Aho on 02/14/06 12:34
Ninja_Monkey wrote:
> thanks a lot. il give that a try. whats the @ sign for? ive never seen that
> method used before?
It's for suppressing error message outputs from functions, just place it
infront of a function which you don't want to output error messages directly
to the webpage, but do that with care as it makes it more difficult to hunt bugs.