Jump to content

Problem with XHTML


magnetica

Recommended Posts

Sorry if this is the wrong place to post on this subject (couldn't find a XHTML forum)

 

Anyway if you follow the link below if finds two errors, but I dont understand what the errors are

 

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.flash-online-games.co.uk%2Fplay_div.php%3Fid%3D233

 

Heres the code that I'm using:

 

<form action="play.php?id=233" method="post">
<input name="rating" type="radio" value="1" />1/5
        <input name="rating" type="radio" value="2" />2/5
        <input name="rating" type="radio" value="3" checked="CHECKED" />3/5
        <input name="rating" type="radio" value="4" />4/5
        <input name="rating" type="radio" value="5" />5/5";     
</form>

 

It is saying that there is a problem with this line:

Link to comment
https://forums.phpfreaks.com/topic/40383-problem-with-xhtml/
Share on other sites

This is not the right place to post this. This forum is for asking PHP related questions. Not getting help on HTML validation errors. We have a dedicated board for this called HTML Forum.

 

Also please wait for at least 12-24 hours before bumping a thread

Link to comment
https://forums.phpfreaks.com/topic/40383-problem-with-xhtml/#findComment-195422
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.