NameSilo

Need a small script help

Spaceship Spaceship
Watch

tanicos

Established Member
Impact
0
hello

i need a small script to do this:
people enter their url in a field and when they press the check button they will be taken to w3c site to see if their site code validates.
PHP:
http://validator.w3.org/check?uri=referer
thanks
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
you actually don't even need a script, this can be done with all html if all theyre doing is entering a url.

HTML:
<form method="get" action="http://validator.w3.org/check">
URL: <input type="text" name="uri"> <br />
<input type="submit" value="Validate!">
</form>
 
0
•••
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back