seven7htangent
New Member
- Messages
- 6
- Reaction score
- 0
- Points
- 0
i realise that to turn magic_quotes() off on my account, as i'm already using mysql_real_escape_string(), i need only ask an admin.
However, whenever i enter an HTML link via a form on my site, the result is that the HREF gets set as: http://www.mysite.com/\"http://www.link.com/\"
By my reasoning, this is a side-effect of magic_quotes() being on, but has anybody else encountered this problem and solved it?
Thanks in advance...
However, whenever i enter an HTML link via a form on my site, the result is that the HREF gets set as: http://www.mysite.com/\"http://www.link.com/\"
By my reasoning, this is a side-effect of magic_quotes() being on, but has anybody else encountered this problem and solved it?
Thanks in advance...