Friday, May 20, 2011

Php Code: Guess the number

use this code in your web site, if you want to entertain the visitors.

<!-- This Script is from www.hawkee.com, found at www.phpfreecode.com-->

<html><body>Guess a number:<br /><form method="post" action="/guess_the_number.htm">1. <input type="radio" name="guess" value="1"><br />2. <input type="radio" name="guess" value="2"><br />3. <input type="radio" name="guess" value="3"><br />4. <input type="radio" name="guess" value="4"><br />5. <input type="radio" name="guess" value="5"><br /><input type="submit" name="Submit" value="Submit"></form></body></html>

<br><font face="Tahoma"><a target="_blank" href="http://www.phpfreecode.com/"><span style="font-size: 8pt; text-decoration: none">PHP Free Code</span></a></font>

No comments:

Post a Comment