newbee question
Posted: Wed Apr 22, 2009 4:29 am
Hi,
Can someone told me what the @ characters do for the following snippet?
@set_magic_quotes_runtime( 0 );
@ini_set('zend.ze1_compatibility_mode', '0');
The PHP manual I found online does not use @
TIA
Can someone told me what the @ characters do for the following snippet?
@set_magic_quotes_runtime( 0 );
@ini_set('zend.ze1_compatibility_mode', '0');
The PHP manual I found online does not use @
TIA