not really sure I understand,

but what I want to do is take the HTML generated in step 3 and place it
between the <form> tags in the last page where the code is displayed

ie

<td>Title</td><td> mr</strong><input type=radio name=title value=mr checked>

mrs</strong><input type=radio name=title value=mrs>

Miss</strong><input type=radio name=title
value=miss><br></td></tr><td>name</td><td><input type=text
name=name></td></tr><tr><td>address</td><td><input type=text
name=address></td></tr><td>address2</td><td><input type=text
name=address2></td></tr><td valign="top">message</td><td><textarea
name="message" cols= rows=></textarea></td></tr>

that is the code from step 3 how do I get that to display on the next page.



TIA


george




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to