paypal php/mysql
how can i get paypal ipn to update a column in mysql on success?
I have a paypal script that has the ability but I do not know how to do it. There is no documentation or a website for help.
also I need the info from the booking form to insert into the database before submitting to paypal.
I did it by adding a Summary page last time, but I need to cut down on the number of clicks
But what I really need to know is how I can redirect the form to just insert into the database and not even going to paypal if the price is 0.00 or FREE or NULL
