Re: PHP generates tags automatically and does it incorrectly.
- From: "Zvonko Biskup" <zbiskup@xxxxxxxxx>
- Date: Wed, 12 Dec 2007 07:49:46 +0100
<showandbeshown@xxxxxxxxx> wrote in message
news:cd0315ce-ba4c-4500-bbf8-e822071ccd6f@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
My php code generates the following line:
<input type="hidden" name="PHPSESSID"
value="36e197f92bsd34df4a6a20dkajkf10b4e4" />
Because of this line I cannot validate my page as HTML 4.01 strict
(since the input tag is ended with "/>").
Is it possible that you are using ampersand in your form.
Example:
if you are using this:
<form action="index.php?id=1&cat=2" method="POST">
use this:
<form action="index.php?id=1&cat=2" method="POST">
If this doesn't help here is some other stuff to read:
http://www.w3.org/QA/2005/04/php-session
Best of luck,
Zvonko
.
- References:
- PHP generates tags automatically and does it incorrectly.
- From: showandbeshown
- PHP generates tags automatically and does it incorrectly.
- Prev by Date: Re: zend studio
- Next by Date: Re: PDT Zend Debugger
- Previous by thread: Re: PHP generates tags automatically and does it incorrectly.
- Next by thread: Re: PHP generates tags automatically and does it incorrectly.
- Index(es):