I have a form processor that displays a confirmation screen showing the submitted form values to the user after they submit the form. This confirmation screen's contents are generated by the script itself. However, I'd like to be able to redirect the results to any pre-existing webpage. For example, if the form had a field named "Name," I'd like to have the value of that displayed in an webpage after they submit it. I tried doing this by including the field name $Name in the webpage, having the form processor read this webpage in using fread, then printing it out from the script, but the page renders without the value of $Name. How can I do this?
I know I can do this by including the HTML code to output within the script, but I need the webpage that displays the data to be an external file. Any help would be greatly appreciated. Thanks, John __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php