What is the @ before son Varible for
Posted: Tue Feb 13, 2007 7:59 am
i am new at PHP and I've seen some code that look like this :
if (@$_POST['action']!="login")
what i need to know is what is the use of "@" before the $_POST variable. and what will happen if i dropped it ?
i don't know if this question is a stupid but can you help me
if (@$_POST['action']!="login")
what i need to know is what is the use of "@" before the $_POST variable. and what will happen if i dropped it ?
i don't know if this question is a stupid but can you help me