So I was going to turn off magic quotes for my entire site but I really don't have the time to update the entire site. I actually only need magic quotes on one webform and was wondering if there is something I can write in my htaccess file that turns magic quotes off on only that page.
htaccess file turn off magic quotes one page only
check out Scope of Directives, you can define a file or dir or patten for the the directive to apply to
.htaccess
php_flag magic_quotes_gpc Off
php.ini
magic_quotes_gpc = Off
Also: http://www.google.com/search?hl=en&q=htaccess+magic+quotes&btnG=Google+Search&aq=f&oq=