|
maxdb_querymaxdb::queryPerforms a query on the database BeschreibungProzeduraler Stil
mixed maxdb_query
( resource
$link
, string $query
[, int $resultmode
] )Objektorientierter Stil
mixed maxdb::query
( string
$query
)
The maxdb_query function is used to simplify the
act of performing a query against the database represented by the
Rückgabewerte
Gibt bei Erfolg BeispieleBeispiel #1 Objektorientierter Stil
<?phpBeispiel #2 Prozeduraler Stil
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: Table mycity successfully created. Select returned 25 rows. Siehe auch
|