![]() |
Web Conference 2005Writing PHP for ITS/ASET Web servicesBasic Web Form |
![]() |
| <- Back - Learning Server Info | | | Up | | | The POST Method - Next -> |
You can use a form to send data up to the server, such as the one below:
<form action="form.php" method="GET">
What is your favorite color: <input type="text" name="color"> <input type="submit">
</form>
| <- Back - Learning Server Info | | | Up | | | The POST Method - Next -> |
|
If you have any questions, feel free to ask me. Content by: Jeff D'Angelo <jcd@psu.edu> © 2005 Last update on: Sun Jun 28, 2009, 11:16:40 PM |
|