Posts: 175
Location: Wiltshire, England
|
Hi,
I am not aware of a less complicated way to do this (but there are people here who are more proficient than I, so some-one might).
In order to get around the potential problem of people getting the wrong id number, I would structure things in this order: -
New user fills out form and submits info, including e-mail address
INSERT info to database
then
SELECT this data from the database using a WHERE email='$email' in the query string to make sure you get the correct entry
then
MAIL it to the new user with whatever parameters are required in the link
This might be even more long winded than what you are already doing, but should overcome any potential for the wrong id to be delivered.
Regards
Ian
__________________
Found this useful? - HIT MY TALKUPATION!
Please login or register to view this content. Registration is FREE
|