Question: Creating a simple html form How do I translate text to a webpage? I'm trying to send it to my home account gen209 and then

Creating a simple html form

How do I translate text to a webpage? I'm trying to send it to my home account gen209 and then to the website but have no clue know

http://toolkit.cs.ohlone.edu/gen209/cs102/web_form.html url does not work

http://toolkit.cs.ohlone.edu/~jond/cs102/web_form.html example of what it is supposed to look like

Here is the code for the html form to copy and paste into your own web_form.html

file in the public_html directory:

Three Form Fields

Use one word per field:

First Name:

Last Name

Favorite Color

Also review the relationship between the html field names (first, last, color) and

the data entered. The = signs separate the field names from the data (value)

and the & characters separate the name/value pairs.

Our next job will be to take this url string (after the ? mark) and separate

the name/value pairs and assign these to similarly named variable names.

Once the data is neatly captured into variables, we can spit the data back to

the web, save to database, etc. (though we will not deal with databases in this

class).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!