require_once 'DB.php';
resource prepare (string $query)
resource prepare
Prepares a query for execution with execute().
the query to prepare
resource - the query handle
This function can not be called statically
See Introduction - Execute for general using and an example.
execute() , execute()