PHP Email
Posted: Tue Apr 08, 2008 3:13 pm
Hey,
I have a small problem. Let me detail the situation first:
First: The user enter their information for an event registration.
Second: The user click a button which will take them to paypal site where they pay the registration fee.
Third: Paypal send them to a confirmation page back in the site.
I want to use php to send an email to me after they pay the fee with the user information. My problem right now is that I'm using sessions right now but when the user go to paypal site all the session information is lost. So when the return to the site I have no information to send in an email.
Any Suggestion?
Thanks
I have a small problem. Let me detail the situation first:
First: The user enter their information for an event registration.
Second: The user click a button which will take them to paypal site where they pay the registration fee.
Third: Paypal send them to a confirmation page back in the site.
I want to use php to send an email to me after they pay the fee with the user information. My problem right now is that I'm using sessions right now but when the user go to paypal site all the session information is lost. So when the return to the site I have no information to send in an email.
Any Suggestion?
Thanks