Quote:
Originally Posted by cd34
upgrade php recently?
I would bet that magic_quotes_gpc got changed recently, and you are probably expecting it to be on and not handing content that has quotes
an href with an " or ' would certainly bug out a script that expected magic_quotes_gpc to be on.
http://us2.php.net/manual/en/functio...quotes-gpc.php
|
I believe it has been this way the entire time I've had this server. Not completely positive.
But it isnt magic quotes. For example, I can submit
<a href="http://www.domain.com/" or even
a href="http://www.domain.com/">. As long as there isn't both a beginning and ending bracket, it's fine. But if a string is encapsulated by both, I get the internal server error. I can't find anything online about it.