Re: File extensions



On 27 Feb, 03:18, "Thad" <tsob...@xxxxxxx> wrote:
Thank you all for responding. Now I have a better grasp on things.

Thad

with regards validation, provided your scripts have been executed they
will validate, so I assume you are using tidy or something like that,
you have 2 options, either install tidy within firefox so that each
new page of php you write when executed will show up in your browser
and the resulting html will be automatically validated, the firefox
addon can be found here:
https://addons.mozilla.org/firefox/249/

or use the online validator
http://validator.w3.org/
and instead of uploading a block of html, simple point it at your php
page on the server. and validate by URL, as it requests your page, it
will be executed and the resultant html served to it for validation
automatically.

.



Relevant Pages

  • Re: query string passing woes........ help... please....
    ... |> | offer any help other than saying that my validation could be FAR more ... I'm a total newbie at php. ... The easiest way for you would be to make the html form called form.php ... $_SESSION array using the same names. ...
    (alt.php)
  • Re: Redirecting between PHP Pages
    ... but at the very least in a php script. ... > on the outcome of the validation, you want to do one of two things: ... with the various bits of HTML being ... Display login form ...
    (comp.lang.php)
  • Re: HTML Tidy vs. HTML Validator
    ... but it is much more than a "prettyprinter" may do. ... HTML Tidy ... 'Validation' has a very ...
    (comp.infosystems.www.authoring.html)
  • Re: 2 Questions about validations
    ... Specifically, for HTML most people mean valid against the W3C's DTDs, ... > server, then I just assign the action attribute to an empty string like ... > comply with validation requirements? ... not Tidy. ...
    (comp.infosystems.www.authoring.html)
  • Re: using forms to add records to mysql database - block submit on entering
    ... I can insert data into a mysql database using html forms. ... Free host with mysql, php, no adds: ... Form validation may be what you're looking for. ...
    (alt.html)