I have a slight problem with variable passing between two pages
Page 1 contains a text box on a form called quest
When i press submit it goes through to page two for comfirmation before submitting to the database. This variable is picked up on the second pages text box as <?php echo $quest ?>.
This works great until my first text box contains a speech mark for example if i type hello in my text box it gets passed through however if i type "hello" all I see in my second form box is \
What am i doing wrong I just cant see it