Is it possible to have a MySQLi prepared statement within the fetch() call of a previous statement? If not, what\'s the best way around it?
MySQLi prepared statement
fetch()
Or use store_result.