JavaScript Editor Javascript debugger     Website design 


mysqli_send_query

Send the query and return (PHP 5)
bool mysqli_send_query ( mysqli link, string query )

Procedural style:

Object oriented style (method)

mysqli {
  bool send_query(string query);
}
Warning:

This function is currently not documented; only the argument list is available.