3
and we're crossing again
I'VE SOLVED IT!
the .htaccess files didn't work, nothing but internal server errors.
BUT...a php.ini file worked like a charm.
for anyone else that has run into this problem, do this:
open up notepad or wordpad or whatever you use to make text files, and paste this into it:
magic_quotes_gpc = no
save it as php.ini and upload it to yr problem module folder. enjoy apostrophes and quotes once again!
thanks much!