Advertisement
Advertisement
| 06.25.2008 at 04:12PM PDT, ID: 23516553 | Points: 500 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: |
<form name="login" method="post" action="process.php"> <input type="text" name="user"> <input type="submit" name="submit" value="Submit"> //Here is the code from process.php <?php print $_POST['user']; ?> |