Validating PHP files (W3)

Suspended
Joined
30 Aug 2004
Posts
9,206
One of the criteria for my assignment is to have validated web pages. Neally all of my pages are php though. Is there a way to validate php files through W3schools? (pages contain php, xhtml, css and a very samll amount of dhtml)
 
Mickey said:
You validate the output of your scripts, not the scripts themselves.


are right, thanks. How would I go about doing this? I have pages for things like allowing customers to register, login and view/sort products. Also admin pages for editing and adding products which 'customers' can then view
 
thanks all, wasnt expecting this many replies. Its hosted internally on the uni network but I didnt see the direct input box on W3 site.

Problem solved (though Im just going to validate the index page and it has 13 errors) :(
 
quick way if theres errors. paste a picture saying valid xhtml page with a link to the w3 validate page. tutor wouldnt be able to see the code anyway.

ha ha :)
 
Back
Top Bottom