So if i posted some special chars through html to a php script like,
'@'#
and echo it out i get an output of
\'@\'#
What do i need to change in php.ini or what code can i add to the php to stop this?

I have php ver 5.2.8.