Well the site the post data is being created for is not mine. I don't want the info printed on the page for security reasons.
What I am doing is coding a shopping cart to manipulate PayPals Payment Standard Plan for a garage sale site (a bit to small for me to be paying $30 a month for pro). To allow for multiple items to be bought at the same time without me having to keep inventory with PayPal, the shopping cart will generate post data, like a PayPal button, and redirect to PayPal for payments. If possible, I would like the user to see cart.php?do=checkout instead of having a PayPal button printed to the page, especially since the buttons are vulnerable to malicious changes and they cannot be encrypted. Anyone know a work-around for this?