lightlydone Posted November 11, 2010 Share Posted November 11, 2010 Hi, I am sending data from a form to a URL using $_GET but I would also like the user to be redirected to a thankyou page which is a different URL. Does anyone know if this is possible? Thanks, Link to comment https://forums.phpfreaks.com/topic/218397-send-form-data-to-1-url-while-redirecting-to-another-page/ Share on other sites More sharing options...
BlueSkyIS Posted November 11, 2010 Share Posted November 11, 2010 // After processing $_GET: header("location: other_url.php"); exit; Link to comment https://forums.phpfreaks.com/topic/218397-send-form-data-to-1-url-while-redirecting-to-another-page/#findComment-1133058 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.