07-18-2008, 03:01 AM
|
#1 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
@ before something...?
What exactly is the difference between this...
PHP Code:
echo @$_POST['text'];
and this?
PHP Code:
echo $_POST['text'];
Thanks in advance, I really have no clue. 
|
|
|
|