Mysql Autonumber
Question,
I have a form that I have created, it inserts data into a mysql database.
After the insert form is submitted it goes to a process.php form that shoots
off an email and displays the data that was entered on the form by <?php echo
$CallDate; ?> But I cannot seem to get the auto incremented id to show on this
page. So the question is How do you get the auto number created in the database
to show after the process? It has to show after because two people may be
entering data at the same time. Any would be so appreciated THANKS
|