Page 1 of 1

shoutbox fix [Archive] - ForumsHQ

Posted: Thu Jun 30, 2005 10:48 am
by Raybdbomb
those escaped slashes are becoming annoying...



you input "i'm" and it saves it into the database as i\'m (which is good), but you can display it as "i'm" instead of "i\'m" if you apply the function

stripslashes("i\'m"), it will display correctly, and since it's still an escaped character in the database, it won't have any sql injecting vulerabilities.



just a minor annoyance, care to fix it?