Search found 5 matches

by rh100
Mon Oct 08, 2012 8:55 am
Forum: PHP - Code
Topic: Paypal IPN listener help
Replies: 5
Views: 2241

Re: Paypal IPN listener help

I've had 34 people look at this thread and have not received an answer. Does anyone on this forum actually know how to write PHP?
by rh100
Fri Oct 05, 2012 10:30 am
Forum: PHP - Code
Topic: Paypal IPN listener help
Replies: 5
Views: 2241

Re: Paypal IPN listener help

I have a code. I just need help getting the script to update my database with the the "verified" or "invalid" Paypal received data into a specific column and row in my database, using the UPDATE and WHERE commands. The part I don't get is how to get the script to find the specifi...
by rh100
Thu Oct 04, 2012 12:31 pm
Forum: PHP - Code
Topic: Paypal IPN listener help
Replies: 5
Views: 2241

Paypal IPN listener help

I need a simple Paypal IPN listener php script that will take the Paypal returned info and update a previously established "confirmation" field in my database table named "customer". The "email" field in the "customer" table would tell the script which row to ...
by rh100
Tue Sep 18, 2012 8:33 pm
Forum: PHP - Code
Topic: ID for Email
Replies: 5
Views: 1298

Re: ID for Email

Thanks for the mysqli__insert_id lead Celauran. It worked!

Signed,
Grateful
by rh100
Tue Sep 18, 2012 10:44 am
Forum: PHP - Code
Topic: ID for Email
Replies: 5
Views: 1298

ID for Email

I'm trying to learn PHP on my own and I need to retrieve the max_id number from my database to include into the message area of a registration confirmation email that is automatically sent out with mailto. Please alter the code to include Max_ID number where specified below. All help is greatly appr...