Trying to understand php mysqli multi_query – Phpmyadmin
I have a function that is designed to copy a product with all attributes with help of sql querys. My problem is to return new_product_id to php after completion. If i run sql script in phpmyadmin all is working. If…