rusty_halo ([personal profile] rusty_halo) wrote2003-04-23 02:35 pm
Entry tags:

(no subject)

My coworker recently updated the PHP on our server and now it's causing problems with the quotes on my site. I think something weird is going on with the Magic Quotes setting. Any PHP gurus out there who might be able to help?

Currently, all reviews posted before the PHP upgrade are now showing escaping slashes before every single and double quote (see example). Also, on the forum, the BB code "quote" tag doesn't work when the user is specified (I assume because the user name is surrounded by quotes). (See example.)

Our currently Magic Quotes settings are:

; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = On

; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
magic_quotes_runtime = Off

; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = On

(I tried changing the various options but it didn't seem to change anything).

Post a comment in response:

If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org