14 Nov 2013
@ Magic
@ is use to avoid the warning.
Example :- when we use session_start(), some time it will display the error “Warning: Cannot modify header information – headers already sent by”
to avoid this warning we can start session like :-
@session_start();