|
(no version information, might be only in CVS)
PDOStatement::execute -- Executes a prepared statementWarning |
This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk. |
Execute the prepared statement. If the prepared statement included parameter markers, you must either:
call PDOStatement::bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated parameter markers
or pass an array of input-only parameter values
Example 2. Execute a prepared statement with an array of insert values
|
Example 3. Execute a prepared statement with question mark placeholders
|
Hosting by: Hurra Communications Ltd.
Generated: 2007-01-26 18:00:10