PHP: mysqli::real_query – Manual
Description Object-oriented style Procedural style Executes a single query against the database whose result can then be retrieved or stored using the mysqli_store_result() or mysqli_use_result() functions. In order to determine…