Jas
07-11-2008, 10:17 PM
When I post from a form to PHP, on one server the post:
\
\\
\\\
\\\\
Looks just like that when I echo it out in PHP, but on another server, when I echo it out, it looks like this:
\\
\\\\
\\\\\\
\\\\\\\\
What is causing the difference, and how do I fix it? Both servers use PHP 5, but both are different OS (one is win Vista, the other-- which adds the slashes-- is Linux).
\
\\
\\\
\\\\
Looks just like that when I echo it out in PHP, but on another server, when I echo it out, it looks like this:
\\
\\\\
\\\\\\
\\\\\\\\
What is causing the difference, and how do I fix it? Both servers use PHP 5, but both are different OS (one is win Vista, the other-- which adds the slashes-- is Linux).