|
cubrid_executeExecute a prepared SQL statement Beschreibung
resource cubrid_execute
( resource
$conn_identifier
, string $sql
[, int $option
] )
bool cubrid_execute
( resource
$request_identifier
[, int $option
] )
The cubrid_execute function is used to execute the
given SQL statement. It executes the query by using
The
If the first argument is Parameter-Liste
Rückgabewerte
Request identifier, when process is successful and first param is
conn_identifier;
Changelog
BeispieleBeispiel #1 cubrid_execute example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: athlete host_year score unit Phelps Michael 2004 51.25 time Siehe auch
|