[thelist] PHP and problem validating XHTML strict page

Edwin Horneij edwin at lanset.com
Thu Jul 4 00:18:00 CDT 2002


On Wednesday, July 3, 2002, at 06:03 PM, rudy wrote:

>>>  <form id="FormName" action="http://www.rmh-d.com"
>>>       method="post">
>>>  <input type="hidden" name="PHPSESSID"
>>>       value="4618317f1fa2867d08672cfed847911c" />
>>
>> id="FormName" is bad. Remove the capitalized letters
>> and it should be fine.
>
> you sure about that?  i thought attribute values could be any case
>
> my guess is the generated INPUT tag is not contained in anything
>
> try wrapping a div around the form, nathan

I think adding an ID attribute to the INPUT tag with the same value as
the NAME attribute will make the code validate.

-- Ed Horneij




More information about the thelist mailing list