lilman Posted December 17, 2006 Share Posted December 17, 2006 I am trying to submit data into my db through a web form. Is there a way I can make a the text being entered transform a word like “didn’t” into “didn\’t” and then do the reverse effect? Link to comment https://forums.phpfreaks.com/topic/30944-add-and-remove/ Share on other sites More sharing options...
heckenschutze Posted December 17, 2006 Share Posted December 17, 2006 [url=http://php.net/addslashes]addslashes()[/url] and [url=http://php.net/stripslashes]stripslashes()[/url] Link to comment https://forums.phpfreaks.com/topic/30944-add-and-remove/#findComment-142781 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.