Wednesday, 4 September 2013

What does the @ do before $_POST and $_GET PHP

What does the @ do before $_POST and $_GET PHP

I"m looking at someone code and it has many
@$_GET[];
@$_POST[];
What does the @ do?

No comments:

Post a Comment