View Single Post
Old 2005-06-02, 07:24 PM   #30
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
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
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote