on one, it has:
Code: Select all
<form action="page2.php" method="post">
<input type="text" name="field" size="20">
<input type="submit" value="Submit">
</form>Code: Select all
<?
echo $_POST['field'];
?>how would i make this database (like, chmod and all thoes othre words i have no clue what are meant by)?
thanks in advance,
-apivs