scbookz Posted June 11, 2010 Share Posted June 11, 2010 how do i make a web page on my server force a payment and then and only then they are directed to the information? any help is appreciated Link to comment https://forums.phpfreaks.com/topic/204482-making-a-web-page-force-a-payment-before-forwarding-to-the-information-page/ Share on other sites More sharing options...
jonsjava Posted June 11, 2010 Share Posted June 11, 2010 You will need to set up 2 parts: A front end that they enter the data, and view the results, if and only if the payment is made, as well as a back-end that will verify the payment, and if it processes it, have it store that in a database so you know to show them the data. AJAX would be best for this. If you had code, I would help further. Link to comment https://forums.phpfreaks.com/topic/204482-making-a-web-page-force-a-payment-before-forwarding-to-the-information-page/#findComment-1070778 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.