Function.ovrimos-exec

Aus PHP-Wiki

Wechseln zu: Navigation, Suche
Internet Tarife und Kreditkarten Vergleichen Online - Kostenloser KreditkartenvergleichKFZ Versicherung . Rechtsschutzversicherung Vergleichen Online - Schadensabwicklung

ovrimos_exec — Executes an SQL statement

Inhaltsverzeichnis

Beschreibung

int ovrimos_exec ( int $connection_id , string $query )


Executes an SQL statement (query or update) and returns a result identifier.

Parameter-Liste

connection_id
query
  • The SQL statement. Evidently, it should not contain parameters. Use ovrimos_prepare() for prepared statements.

Rückgabewerte

Returns the result identifier as an integer, or FALSE on error.

Siehe auch

Persönliche Werkzeuge