1st, I only started to really dig into php and mysql a month ago, so I'm still learning but catching on fast.
I have been working with some code a friend gave me that he could never get working and I just about have it fixed. I'm running in to a little snag.
1.) have have attached the full code.
2.) It goes all the way to paypal and returns to success.php but that's where the errors start.
Success give an Undefined Index: custom (this is suppose to the email address)
It doesn't print there address on the screen either and it shows it should.
3.) the information being sent from paypal IPN doesn't seem to be making it back and the activation email is not being sent is one reason I think the index error. there is nothing there to read. But everything it being process by paypal, and the user information is being written to the database. With out the activation the account will remain in registered, but not activated.
I'm not sure what file I should be using for the return from paypal, but I have tried several of them and nothing.
I've hit a brick wall and hope some fresh eye's can see what I'm over looking.
The code is free code, so if you can help that would be great and enjoy the code your self.
Thanks
Bob