Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
Aliases and deprecated Mysqli Functions
PHP Manual

mysqli_send_query

mysqli->send_query

(PHP 5)

mysqli_send_query -- mysqli->send_querySend the query and return

Description

Procedural style:

bool mysqli_send_query ( mysqli $link , string $query )

Object oriented style (method)

bool send_query ( string $query )
Warning

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

Warning

This function has been DEPRECATED and REMOVED as of PHP 5.3.0.


Aliases and deprecated Mysqli Functions
PHP Manual