I need help with databases
Posted: Sun Oct 02, 2005 9:59 am
hi! i have a php MYsql enabled server and need to know how to make a databas for this spicific thing. i have two pages.
on one, it has:
and on the other it has:
and so it posts data that i say on one and puts it on two. put it goes away when i reload. so, i assume i need a data base.
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
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