jonathonmmt Posted June 4, 2008 Share Posted June 4, 2008 Hi All I was hoping someone could help me, I need to take the information from a search box and if it has " in it anywhere I need to remove them but leave the rest unchanged. I'm not to sure how to do this, can anyone help? Thanks Jonathon Link to comment https://forums.phpfreaks.com/topic/108635-help-with-if-statement-please/ Share on other sites More sharing options...
teng84 Posted June 4, 2008 Share Posted June 4, 2008 no need to use if you will only double the process just use str_replace('"','',$string) Link to comment https://forums.phpfreaks.com/topic/108635-help-with-if-statement-please/#findComment-557151 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.