benjoewilson Posted November 9, 2006 Share Posted November 9, 2006 I have a form that I posts a number of variables to a third party. When the button is clicked I want the form to be posted and my database to be updated to say that the user has clicked to go on to the third party without the user to have to do another click.I believe I may be able to do this with a redirect but can't find code that works.I don't really want to use Javascript but open to ideas on all fronts. Link to comment https://forums.phpfreaks.com/topic/26724-post-form-to-3rd-party-and-update-dbase/ Share on other sites More sharing options...
blear Posted November 9, 2006 Share Posted November 9, 2006 Without javascript you'll have to have an intermediate page which inserted info into your DB and then using Header() redirected them to the 3rd party site. Link to comment https://forums.phpfreaks.com/topic/26724-post-form-to-3rd-party-and-update-dbase/#findComment-122267 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.