Hey well i was testing some things out with querystrings and if i enter different types of characters here is my code:
<-----code----->
<?
echo $HTTP_GET_VARS['query'];
?>
<-----end of code----->
ok when i go to this url:
http://sitename/script.php?query=help'''
it echos:
help\'\'\'
could someone please explain why it does automatic parsing