Would appreciate some assistance!
I am trying to figure out how to acquire, or develop a php script that will do the following:
Have a text box for email address, Password desired.
Then have various radio buttons below them that have a Product name, and a price.
Once the user clicks ok, the page redirects to paypal to pay for the selected item, at that price.
Once they pay, it does a IPN, if the IPN = good, then it sends a signal to the script that will input their email address, password, and the product purchased into a mysql database.
My question to you guys is this, how hard would it be to develop this? I have very very very minimal knowledge on php. I can edit a prebuilt php script to modify text, and stuff, and thats about it.
Any help/info would be nice, and i'd even be willing to pay a little bit for the help received. Thanks in advance!
Re: Would appreciate some assistance!
the basis of what you want to do (form, storing in database) is easy. but I've no experience dealing with PayPal payments or how their system would end up redirecting back to your website. you'd have to look into their payment service and stuff to find out more information about how to use it. try contacting them, if you need to.