When I brose to this form and enter a value of 2, nothing happens.
What do I need to do to make it call up update.php ?
<html>
<head>
<title>Retrieving data</title>
<style type="text/css">
<!--
td { font-family: arial; font-size: 10pt; }
text { font-family: arial; font-size: 10pt; }
//-->
</style>
</head>
<form class=arial action="update.php" method="post">
Please enter your id number
<input type="text" name="id">
</form>
<input type="submit" name="submit">
</body>
</html>
When I run this nothing happens and the uopdate.php script is ot engaged.