Quote:
Originally Posted by BFT3K
Thanks, but I'm still a bit confused... I assume the confirmation of the sale will come via an email, no? Doesn't that still require you to manually address the email, even if you can dump it into a script to generate the un/pw?
I'm clearly not a coder, so sorry again if these questions are pedestrian, but if a person wants to join while you are away from your computer, how would you be granting access in realtime?
|
The confirmation comes two ways -- via email like you described is one way. So yes you could manually do the accounts when you receive the email.
The second way is a "data postback" -- that means the processor's server sends a packet of information to your server with that same completion information. You need a custom script on your server to handle that information, create accounts, etc.