Sun Oct 26, 2008 6:42 pm
<HTML>
<BODY>
<FORM METHOD="POST" ACTION="FormNumericValue.php">
Enter a numeric value:
<BR>
<INPUT TYPE="TEXT" NAME="number">
</FORM>
</BODY>
</HTML>
<!-- FormNumericValue.php
<HTML>
<BODY>
<?php
echo "The number entered was: $number.";
if ($number > 10)
echo "<BR>That's a big number.";
?>
</BODY>
</HTML>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.