Hi everyone,
When I uploaded the files for my site to Zymic, the HTML formatting got completely hosed and wound up with lots of extraneous characters in the displayed pages. When I used the Zymic File Manager source editor to look at the PHP files, I found that all of the newlines (\n) embedded in the echo statements had been stripped of their backslashes (to just the letter n), and double quotes (") in the echo statements had been converted from " to &-quot (without the dash) strings.
I've never seen this kind of problem on any other hosting site and was wondering if anyone else has had this problem. I'm generating the HTML for my site's pages on the fly using echo statements within PHP files, and they seem to work fine on Apache servers running on my local PCs. I hope the answer isn't that I have to change how my pages are generated to avoid \n and " characters, as I have a lot of pages already written.
Thanks very much for any illumination you can provide here in the cave!
Jim
