Using PHP and MySQL, how do I insert an order, then retrieve the order # for...

fiber

New member
...that I just inserted? The MySQL database has a basic autoincrement id. After inserting, I want to know the id for the record I just inserted. Any ideas?
 
Back
Top