when i make a script that gets a users input. then shows it to them by print/echo command.
if it was "hey" it turns out :
\"hey\"
how do i fix that?
echo stripslashes($var);