@ before a function

A

Anonymous

Guest
In some scripts I find:
Code:
@mysql_query("select ...");
I don't know the sense of @, I neves use it.
I will appreciate someone to tell me the difference between using @ and not using it.

Thanks in advance.
 
If you use "@" an error that may occur is disabled (I do not know if that is the best expression :?).
 
Back
Top