I have looked through the Google Docs and various forums for an answer but can't seem to find what I'm looking for.
I have a site, the user fills out a form and submits. The submit button is a Google Checkout 'buy now' button, which brings the user to Google to make payment. All this is fine, however, I need to store the information the user entered in the form to MySQL, only if their is sucessful payment.
This entered data is then automatically pulled from the database and displayed on the site.
My only problem is telling my PHP script that payment was sucessful or not.
Can I achieve this with a Buy Now button?