Can anyone give me just a little bit of info on doing form validation... this is the code... I want to validate it, but also I would like to have it display a message to fill out the required field. The only one I want to validate is price. I haven't been able to figure it out at all.
Thanks!!
Spencer
<html>
<head>
<center>
<title>EB GAMES2</title>
<font size="7" color="red">EB </font><font size="6">Games</font>
<hr width="50%" size="7" noshade color="red"></center>
</head>
<body>
<p>
<center>
<font size="5"><h2>Form Info</h2></font>
<br>
</center>
<blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote>
<font size="5">
Title: <b><?=$_POST['title'];?></b><br><br>
Price: <b><?=$_POST['price'];?></b><br><br>
Discount: <b><?=$_POST['discount'];?></b>     
Password: <b><?=$_POST['password'];?></b><br><br>
<center></font>
<a href="eb_games.php">Back to Order Form</a>
</center>
</p>
</body>
</html>
Thanks!!
Spencer
<html>
<head>
<center>
<title>EB GAMES2</title>
<font size="7" color="red">EB </font><font size="6">Games</font>
<hr width="50%" size="7" noshade color="red"></center>
</head>
<body>
<p>
<center>
<font size="5"><h2>Form Info</h2></font>
<br>
</center>
<blockquote><blockquote><blockquote><blockquote><blockquote><blockquote><blockquote>
<font size="5">
Title: <b><?=$_POST['title'];?></b><br><br>
Price: <b><?=$_POST['price'];?></b><br><br>
Discount: <b><?=$_POST['discount'];?></b>     
Password: <b><?=$_POST['password'];?></b><br><br>
<center></font>
<a href="eb_games.php">Back to Order Form</a>
</center>
</p>
</body>
</html>