Hi,
I have a form that need to insert into 2 different tables.
Example:
products
id = auto-increment
products_img
id = auto-increment
products_id
since products.id is auto-increment when submitting this form. How to insert the products.id into products_img.products_id in the same time?