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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.