what does At (@) do actually
Posted: Thu Sep 30, 2004 1:25 am
I know that @ is used to suppress error messages
can i use some thing like this
@die("Error appears");
or @myfunc($var) or die("error");
function myfunc($var){
if($var < 1)
echo "error";
}
can I use some thing like this

can i use some thing like this
@die("Error appears");
or @myfunc($var) or die("error");
function myfunc($var){
if($var < 1)
echo "error";
}
can I use some thing like this