Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18826 программистов и 1635 роботов. Сейчас ищут 1610 программистов ...
MDB_Common::prepareQuery()
Вернуться к: MDB
MDB_Common::prepareQuery()
MDB_Common::prepareQuery() – prepares a SQL statement
Synopsis
require_once 'MDB.php';
resource prepareQuery ( string $query )
Prepares a query for execution with executeQuery() .
Parameter
- string $query
-
the query to prepareQuery
Return value
resource - the query handle
Note
This function can not be called statically.
See Introduction - Execute for general using and an example.
See
Вернуться к: MDB