Hi
I just finishing read this great tutorial but I
have a question, how do I access the variables send from the form.
For example the custom field has the username in it. I need to update data in a MySQL database where the row matchs the username, would I use
$HTTP_POST_VARS[”custom”]
Thanks in advance
PHP Scripts Development » Discuss our Web Development Tutorials
PayPal IPN Help
(2 posts)Great offers not only for geeks!
-
Posted 3 months ago #
-
Look the form is auto-submitted to the paypal site, you need a second page which will update the database first and the will copy/fill the value to the form and submit it to the paypal site.
- Submit a custom form to the database
- Get the data from the database, fill the form with all required data
- Post (auto submit) this form to paypal
note that
$HTTP_POST_VARS['custom']is not supported on PHP5 web hostsPosted 3 months ago #
Reply
You must log in to post.