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!