Once the data was written you would have to (dont quote me !) do a search on the details to get the number.
so for example once the data is in the DB you would do a search like
select user_id where first_name like "xxx" and last name like "xxx" and email like "xxx".
then retreive the user ID and display it
mark wrote:
I don't think I would know any of the fields apart from maybe the ipaddress of the machine, but I wouldn't really store that.