Hi. Couldn't find a method like the int executeUpdate(String sql, int autoGeneratedKeys) in php.
I want to insert data to the database, and then get an autogenerated int key in return (the ID).
Thanks :)
Oh, and PS: it has to be a method from the mysqli class =)