Reply to comment


Top Questions

why we use @ in php

@ is used in php to hide error msg
for ex:
<?
@ function msg(){
//this fun displays error;
echo "hide error msg"
}
?>

Reply

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 14 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

Check It !

Tweet It

W3 Updates

Stay informed on our latest news!

Syndicate content