Welcome to WebmasterWorld Guest from 54.161.108.58
I am trying to create a php mail form that upon submission it will generated a confirmation code and send it to both the client and the admin.
I don;t have any problems creating the form, or even make an email be sent back to the user (client) once they have filled it out.
my question is the auto generated confirmation number, and how can I added into the reciept to be sent both to sender and receiver.
Any help is much appreciated.
I added a single random number to the end of the string on the off chance there is a collision on the exact time a message is sent... It should not effect ordering or sorting and the time can easily be extracted from it. Anyway, my first thought for a quick, simple unique confirmation number.