phpbar.de logo

Mailinglisten-Archive

[php] [phplib] Probleme mit "select count(*) as ..."

[php] [phplib] Probleme mit "select count(*) as ..."

Ulf Wendel ulf_(at)_redsys.de
Fri, 28 Apr 2000 20:49:56 +0200


Sebastian Bergmann wrote:
>   2.) $db->query( "select count(*) as rows from " . $this->counter );
>       return $db->f( "rows" );

Falsche Reihenfolge. Query absetzen, Result holen, auslesen, wie sonst
auch mit MySQL:

$db->query("select count(*) as rows from active_sessions");
$db->Next_Record();
$db->p("rows");

Ulf


php::bar PHP Wiki   -   Listenarchive