Hello all,
I am finishing up an order form, the last step is to email the content to the owner and customer if the customer supplied an email adress. This is easy enough to do with PHP or I can use some app like sendmail. my issue is that I want the customer to know the ordernumber that is set in the linked mysql DB to auto incriment. since this data is not entered in the order form how can i get this from the DB? The order number is the primary key, all other data such as name and address could be in the database already so i cant simply search for a similar order. Any help would be appreciated.