Re: [PHP] displaying form data

2002-04-12 Thread Erik Price
On Friday, April 12, 2002, at 08:23 AM, John P. Donaldson wrote: > 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

Re: [PHP] displaying form data

2002-04-12 Thread heinisch
At 12.04.2002 05:23, you wrote: > >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 result

[PHP] displaying form data

2002-04-12 Thread John P. Donaldson
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 exa