Penn State

Web Conference 2005

Writing PHP for ITS/ASET Web services

Basic Web Form

<- Back - Learning Server Info|Up |The POST Method - Next ->

Basic Web Form

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> 
What is your favorite color: <-- try it out!
<- 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

See the source for this page

Last update on: Sun Jun 28, 2009, 11:16:40 PM