alexmiller Posted August 25, 2007 Share Posted August 25, 2007 Members of my site have a very simple profile page, where they can edit a description about themselves. I want them to be able to use HTML. Right now everything is working, except for when people use quotation marks, it messes up. I thought this would be a pretty common problem, and it seemed like it would be simple to fix. However, I really can't figure it out! I've tried using str_replace() to no effect. When I searched for further instructions/tutorials, I couldn't find anything. Obviously there is something that I don't understand here. I am pretty much a PHP newb. If someone could explain to me what the common solution to this is, I'd be very grateful. Link to comment https://forums.phpfreaks.com/topic/66658-user-input-processing-problems/ Share on other sites More sharing options...
Jessica Posted August 25, 2007 Share Posted August 25, 2007 look up add_slashes and strip_slashes. Quotation marks denote strings, so you need to escape them. Link to comment https://forums.phpfreaks.com/topic/66658-user-input-processing-problems/#findComment-333961 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.