View Single Post
  #10  
Old 03-12-2003, 10:27 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

What it does is the reverse of addslashes.

Add slashes takes entries that have been put into the input fields and 'escapes' certain characters that would have a detrimental effect if you tried to put them straight into the database, such as ' " and adds a \ in front to escape them.

Strip slashes removes these \'s

hth
__________________
ex x-cart guru
Reply With Quote