Edit:
Let me rephrase my question.. I am trying to insert an order into mysql database before redirecting to paypal. Right now, I have to do it in two steps. Press a buttons that will redirect to another page, which stores the order, and then redirect to another page that contains the Paypal Checkout button.
The paypal button is a form itself with hidden inputs. I want to know if there is a way to do it in one step. I.e. when I press the paypal button it will enter my order into mysql database before redirecting to paypal.