View Single Post
  #3 (permalink)  
Old 01-16-04, 03:23 AM
Nick Nick is offline
New Member
 
Join Date: Jun 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
this is because you have magic quotes enabled.

to disable this, place the following line in an .htaccess file in your base web root:

php_flag magic_quotes_gpc off
__________________
WEBSITES:- Nick
Reply With Quote