Hi there,
Looking for some help with PHP emailing and Databases please!! I'm quite new to PHP and am teaching myself.
At present I have created a request form that users sign up to when they want to come to an event. This adds them to our DB and sends a confirmation email to MY address, which I then use to reply to. This method was ok at first, but now we are getting a lot more people signing up.
What I would really like to be able to do is the following, however my PHP knowledge is basic, any help on the following would be grateful:
When a user signs up to an event, I would like to send THEM an email, with a URL which they would click which would take them through to a page, which would then send info back to the DB saying that they have confirmed, which also proves the email address is valid.
Thanking you all in advance...
Looking for some help with PHP emailing and Databases please!! I'm quite new to PHP and am teaching myself.
At present I have created a request form that users sign up to when they want to come to an event. This adds them to our DB and sends a confirmation email to MY address, which I then use to reply to. This method was ok at first, but now we are getting a lot more people signing up.
What I would really like to be able to do is the following, however my PHP knowledge is basic, any help on the following would be grateful:
When a user signs up to an event, I would like to send THEM an email, with a URL which they would click which would take them through to a page, which would then send info back to the DB saying that they have confirmed, which also proves the email address is valid.
Thanking you all in advance...