(PHP 5, PHP 7)
Executes a prepared Query
bool mysqli_stmt::execute ( void )
Object oriented style
Procedural style
bool mysqli_stmt_execute ( mysqli_stmt $stmt )
Executes a query that has been previously prepared using the mysqli_prepare() function. When executed any parameter markers which exist will automatically be replaced with the appropriate data.
If the statement is UPDATE, DELETE, or INSERT, the total number of af