![]() |
|
(no version information, might be only in CVS)
PDOStatement::execute -- Executes a prepared statementAviso |
Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad. |
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
Ejemplo 2. Execute a prepared statement with an array of insert values
|
Ejemplo 3. Execute a prepared statement with question mark placeholders
|
Hosting by: hurra.com
Generated: 2007-01-26 18:01:04