--- Ryan A <[EMAIL PROTECTED]> wrote:
> I am having some funny output and funny things happening to my
> scripts since I changed hosts...
...
> there is a hidden text box appearing in the code that i didnt
> write...this is it:
> <input type="hidden" name="PHPSESSID"
> value="ad2e5a31727b2b4eb28b2d0c2d6ee67e" />
> 
> Also notice that it ends with a slash that I didnt have anything
> to do with.

Your new host has session.use_trans_sid enabled, and perhaps your old one did
not.

The slash at the end is XHTML compliant, which is how PHP tries to add code (in
case you care about XHTML compliance).

Hope that helps.

Chris

=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to