Hi!
I need some help....
After INSERT statement -
$sql = "INSERT INTO products(name,description) VALUES ('$name','$description')
I need to get the productID (auto_increment). This productID is needed for other INSERT statements in the same script.
In ASP I use record.MoveLast to get the ID.
Is there something similar to be found in PhP or....??
Thanks in advance.