Hi,
1. I have add a Google Checkout "Buy Now" button on a HTML page, works fine.
2. I'm trying to access a MySql database as a customer click the Buy Now button.
3. I've put the a PHP code in a PHP page to access the database.
Now, I need to send parameters to the PHP code to be inserted in the database, the only way I know is to use a Form post or get.
The problem is Google use a From post to redirect the payment process, now the same Form can't have two post methods.
Any idea to solve the two post I want to do.
Thanks for your time.
Bassem
1. I have add a Google Checkout "Buy Now" button on a HTML page, works fine.
2. I'm trying to access a MySql database as a customer click the Buy Now button.
3. I've put the a PHP code in a PHP page to access the database.
Now, I need to send parameters to the PHP code to be inserted in the database, the only way I know is to use a Form post or get.
The problem is Google use a From post to redirect the payment process, now the same Form can't have two post methods.
Any idea to solve the two post I want to do.
Thanks for your time.
Bassem
Comment