@ 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();

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.