Hi Everyone,
I have one doubt in below code @$_FILES[userfile][type]=="image/gif"
Why @ symbol use before ??? Please any one tell me .
I have doubt in @$_FILES[userfile][type]=="image/gif"
Moderator: General Moderators
-
rajsekar2u
- Forum Commoner
- Posts: 71
- Joined: Thu Nov 20, 2008 4:23 am
Re: I have doubt in @$_FILES[userfile][type]=="image/gif"
It prevents errors from being displayed when the function is called.
Re: I have doubt in @$_FILES[userfile][type]=="image/gif"
for what types of error ???? Can you give some example Please 
Re: I have doubt in @$_FILES[userfile][type]=="image/gif"
Remove the @ and find out.