View Single Post
Old 07-18-2008, 03:01 AM   #1 (permalink)
ETbyrne
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default @ 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.
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote