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()
You should be able to do that, although you make have to start a second connection.