View Single Post
  #6  
Old 12-07-2003, 09:00 AM
Thought Thought is offline
PipBoy Extraordinaire!
Thought's Avatar
Join Date: Nov 2001
Location: Long Beach, California.
Posts: 692
Thought is on a distinguished road
Quote:
Originally posted by tlf288
ok, for the for the people who don't understand what i said in the first post but still want to talk. see how there are \ before the characters such as "s and 's? that is because when php handles strings you can't just put and "s or 's in a string. you have to use what is known as an escape character. this is used by putting a \ before the character you want to use when it is encapsulated in quotes.
Uh, that's natural.

What's happening here, is that they are using the evil Magic Quotes feature of PHP.
__________________
Rick ([email protected])
#gscript on FreeNode (#gscript Guild, #gscript Information)
Graal User Statistics

I am now using my new account, Rick.
Reply With Quote