Hi, I have data from a form being inserted into mysql and then redisplayed. The data looks to be ok in mysql, but when I Select the data from php and displayed the information in the browser the single quotes have an additional quote on them (i.e. Steve's would become Steve''s).
From the php info it looks like magic_quote_gpc is set ON. So, do I or don't I need to addslashes() and stripslashes()??
Steve