![]() |
|
|
+ Search |
![]()
|
Mar 23rd, 2001 14:53
Ben Udall, Jan-Borge Landro,
The quickest way I can think of, is to have the form call itself:
<?
if ($submit_btn)
{
// Enter form data into database
}
?>
<form action="dbform.php" method="post">
<input type="text" name="db_data" />
<input type="submit" name="submit_btn" value="Enter" />
</form>