I dont know if its php or sql related but I am hoping someone here has seen this problem before.
All of a sudden ( after an apache restart ) this is what I am seeing in random news article, flashes weblinks etc. on my website
( its an opensource cms called mambo )
\"on plan\". see the slashes around the quotes? those are not supposed to be there.
Also most anything that starts with an href=" instead looks like
href=\\"
anyone have any ideas? I am sure its not a Mambo problem ( it is also happening in my Squirrelmail ), but that I have some how screwed up my php .ini fileor maybe even my sql install somehow.
Thanks
Brian Knoblock
I dont know if its php or sql related.......?
Moderator: General Moderators
-
pootergeist
- Forum Contributor
- Posts: 273
- Joined: Thu Feb 27, 2003 7:22 am
- Location: UK
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Although if you don't want things quoted then you may want to turn it off... In fact turn it off anyway and use addslashes() when you need to escape special characters in strings and don't do anything if you don't.pootergeist wrote:the little switches in the .ini for autoslashing quoted strings are called magic_quotes - maybe try switching _gpc on if it isn't already.
Mac