Yep, that worked. Thanks so much.
I believe I’ve found it. It’s the option…
magic_quotes_gpc = ‘Off’
in php.ini. It appears that turning this to ‘Off’ is the setting that fixes this. If anybody else has any other ways to do it without this option, please let me know.