Quote:
Originally Posted by Useless Warrior
\Still wishing I knew what I did to my server or what I didn't do that gives me internal server errors everytime I attempt to submit code via any type of form. I can't even add a measly little hyperlink in a blog. Good thing phpmyadmin still loves me.
|
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