I'm creating a custom PayPal "Pay Now" button based on the results of the creation of a CCK node. Basically, someone is creating their own "registration" for an event and then are redirected to a "pay now" page which is of the "PHP" input type. When I do a "print_r($_POST)", the variable is empty.
How can I use the data just stored in the new node? Or, at least use PHP to inspect the POST parameters given to create the node? I'm trying to populate a "Pay Now" button for PayPal.
(disclaimer that I have some odd requirements as to how payment is handled/directed, otherwise I would use an existing module like UberCart)
Note that I've turned off users ability to view nodes that they've just created as it contains personal information.