Forum Moderators: coopster
I am hosting at the movement.
How i can validate my website which it include javascript and php code?
I can validate the html and css by using some online validators, like w3 or something else.
But how about the javascript and php code, how i can known the code is correct when some things wrong with my code.
I could not find out anything could help me to validate that from server site, i could run my Mysql in server side to see it is allright or not, but not for php and javascript.
Any one could tell me how to solve this problem, please.
Thanks
(I don't know about validating JavaScript, but that can always be hidden in external files if it doesn't validate.)
I just wonder how i can have a console to run a website which it include php code, and analysis it, but i guess the suggestion from barns101 may be can solve these problem, i go to have a read it first.
anyway, i find some php testing from
[url]
[download.com...]
[/url]
Thanks again, i need to go through these materials.