This topic is locked

i$_POST is equal to @$_POST ?

11/19/2008 8:03:07 AM
PHPRunner General questions
F
francot author

Which it is the difference between $_SESSION and @$_SESSION ???

Sergey Kornilov admin 11/19/2008

@ in front of variable suppresses errors when, for example, session variable is not defined.

F
francot author 11/19/2008

@ in front of variable suppresses errors when, for example, session variable is not defined.



many tanks