| 
 | maxdb_querymaxdb::queryPerforms a query on the database DescriptionProcedural style 
   mixed maxdb_query
    ( resource  $link, string$query[, int$resultmode] )Object oriented style 
   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
    Return Values
   Returns  ExamplesExample #1 Object oriented style 
<?phpExample #2 Procedural style 
<?phpThe above example will output something similar to: Table mycity successfully created. Select returned 25 rows. See Also
 
 |