'magic_quotes_gpc' with multiple form pages
Posted: Tue Dec 30, 2003 3:47 pm
i'm working on a site that has events posted on it. After the initial entering page i have a verify page with hidden fields, and then i have the page that actually enteres the information into the database. my problem is that when the first form is submitted and it goes to the 'verify' page, it inserts the backslash (\) before the single quote. then, after the form is submitted to the 3rd page it adds another \ before both the backslash and the quote. so when the information is finally submitted into the database it ends up as: don''t or can''t.
how do i fix this?
how do i fix this?