Game Development Community

Stripslashes anyone? Doesn't stripslashes in profile.

by Max Krivanek · in Site Feedback · 05/27/2006 (3:04 pm) · 2 replies

I was just editing my profile and I noticed in the talant summary and essay fields someone forgot to tell PHP to "stripslashes" because there were slashes infront of every single quote I had.

And it appears to be affecting when I view my profile.

Quote:I like to code. C/C++ and PHP are the languages I\'m really good at. I\'ve develop programs on both Linux and Windows enviroments.

Someone been slacking on the PHP coding. :P

www.garagegames.com/my/home/view.profile.php?qid=70250


( "stripslashes" is a function in PHP to remove precationary slashes. )

About the author

Recent Threads

  • Starsiege: Tribes

  • #1
    05/27/2006 (4:02 pm)
    Happening for me too.

    it's inserting slashes in front of slashes and in front of apostrophes.
    #2
    05/27/2006 (6:42 pm)
    Yup, just someone forgot to add "stripslashes" before it sent out the data to the user.