All,
I am implementing a Paypal payment solution for a nonprofit organization. Paypal’s documentation suggests using hidden input fields to pass variables to their servers. I am not comfortable doing this. I would like to have the users information (eg. Name, Address, Amount etc) to a page on my server and submit the Paypal form after validation. Is there any PHP function which will allow me to submit a form without a user event?
Thank you for you help,
Bob