Re: ">" ;
In article <f6b5rv0entotpg rqtqrhu7p9lqlg3 quj54@4ax.com>,
Andy Hassall <andy@andyh.co. uk> wrote:
: Odds are you have HTML elements being output in loops etc.; so even the
:sections that are literal HTML may not validate without the actual output of
:executing the PHP.
Indeed. A blank form page might validate, but one should really check
the output of a submitted form. Copy/paste "view source" works for me,
saved as a text file, uploaded to The Validator.
The w3c validator ignores php anyway, it seems. I validate for strict
xhtml, using PHP in all sorts of strange and untutored ways, and I get
good results. PHP also has all sorts of obscure functions for stripping
and adding and escaping and unescaping HTML entities.
--
Looks like more of Texas to me.
.... Arizona, where the nights are warm and the roads are straight.
In article <f6b5rv0entotpg rqtqrhu7p9lqlg3 quj54@4ax.com>,
Andy Hassall <andy@andyh.co. uk> wrote:
: Odds are you have HTML elements being output in loops etc.; so even the
:sections that are literal HTML may not validate without the actual output of
:executing the PHP.
Indeed. A blank form page might validate, but one should really check
the output of a submitted form. Copy/paste "view source" works for me,
saved as a text file, uploaded to The Validator.
The w3c validator ignores php anyway, it seems. I validate for strict
xhtml, using PHP in all sorts of strange and untutored ways, and I get
good results. PHP also has all sorts of obscure functions for stripping
and adding and escaping and unescaping HTML entities.
--
Looks like more of Texas to me.
.... Arizona, where the nights are warm and the roads are straight.
Comment