placeforthejunk
New member
Here is what I have to do.
This is my assignment. I don't know what code to put where. I'm totally lost.
You must put the code to extract from the $_POST list in the <head> of the document, and insert the actual words with code something like <php echo $firstNoun; ?> .
Here is an example
"Four score and [number] [plural unit of time] ago, our [plural relative] brought forth on this [noun1] a new [noun2]."
OK so I need to create an html right? And this file would have the xhtml for the first visible page with he boxes to insert the nouns and what not. Also, I need to created the index.php file which will contain the php with he form information right? What type of file to I make for the information that is seen after you click on the submit button in the original page?
This is my assignment. I don't know what code to put where. I'm totally lost.
You must put the code to extract from the $_POST list in the <head> of the document, and insert the actual words with code something like <php echo $firstNoun; ?> .
Here is an example
"Four score and [number] [plural unit of time] ago, our [plural relative] brought forth on this [noun1] a new [noun2]."
OK so I need to create an html right? And this file would have the xhtml for the first visible page with he boxes to insert the nouns and what not. Also, I need to created the index.php file which will contain the php with he form information right? What type of file to I make for the information that is seen after you click on the submit button in the original page?