neoform Posted May 26, 2008 Share Posted May 26, 2008 What's the difference between mysqli::real_query and mysqli::query ? Link to comment https://forums.phpfreaks.com/topic/107309-query-vs-real_query/ Share on other sites More sharing options...
BlueSkyIS Posted May 26, 2008 Share Posted May 26, 2008 mysqli::query: Functionally, using this function is identical to calling mysqli_real_query() followed either by mysqli_use_result() or mysqli_store_result(). Link to comment https://forums.phpfreaks.com/topic/107309-query-vs-real_query/#findComment-550191 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.