Search found 2 matches
- Thu Dec 10, 2009 1:19 pm
- Forum: PHP - Code
- Topic: Unique Confirmation Number On Email Form
- Replies: 3
- Views: 123
Re: Unique Confirmation Number On Email Form
how do you use the code tags? I tried [\code] but it didnt seem to work? I am new to PHP, a barely got this far ha Where would you suggest i put that code you posted? $confirmation = md5($ID_Number . time()); Doesnt really matter what i want the numbers to be.. something like 10000 and up would be g...
- Thu Dec 10, 2009 1:07 pm
- Forum: PHP - Code
- Topic: Unique Confirmation Number On Email Form
- Replies: 3
- Views: 123
Unique Confirmation Number On Email Form
Does anyone know how to get a confirmation number sent to the person who fills out a form? I have a form here, which one copy of what was filled out in the form gets sent to the person who filled it out, and one to the company, but I also need to someone give them a unique confirmation number with t...