Image

Imageduckspeaker wrote in Imagephp

Redirect

I am using a php script to process information on a form.  (the form POSTS to x.php)

At the end of the script I output a simple thank you page.

 
Should I be redirecting to a different page, or is it ok (normal) to simply create the web output (thank you) as part of the php page?
(the address of which  would be www.whatever.com/x.php)

-----------------------------------------------------------------------
-----------------------------------------------------------------------

Thanks for all the great response----I will redirect!