Author Topic: Paypal IPN : User Management : Login  (Read 671 times)

0 Members and 1 Guest are viewing this topic.

Offline sam1000sTopic starter

  • Irregular
  • Posts: 1
    • View Profile
Paypal IPN : User Management : Login
« on: September 06, 2007, 07:03:31 PM »
I'm developing a site where users
can pay an amount and take up
online tests.

Once the user pays the amount via paypal
I want to generate an username/password for them
which should be sent to their email and a
copy to our database.

I hope there should some scripts
available, but couldnt find one yet...

Please share your ideas on that
Thank u
Annamalai is online now Report Post      Edit/Delete Message

Offline leeming

  • Enthusiast
  • Posts: 160
    • View Profile
Re: Paypal IPN : User Management : Login
« Reply #1 on: September 07, 2007, 04:06:04 PM »
download the sample ipn php script, and just add some code where it tells you to. such as, db connection, then add a record into your database with a random username and password, then send them an email with this data. should be simple enough.

Oh and make sure you enable ipn on paypal's side, and direct it to the url of this script
Im not perfect ;) lol