phpbar.de logo

Mailinglisten-Archive

=?ISO-8859-1?B?UmU6IEFuZuRuZ2VycHJvYmxlbSA6IFByb2JsZW0gbWl0IENvdW50Li4u?= =?ISO-8859-1?B?Lg==?=

Re: Anfängerproblem : Problem mit Count... .

Yves yves77@gmx.ch
Sat Jan 4 15:27:44 2003


> $query = "SELECT count(*) from `frage1`";
> $res =mysql_query($query);
> echo $res;
>
> ich bekomme aber nur Resource id #2 zurück wieso ?

Dass ist ja auch korrekt so.
Such mal auf php.net nach mysql_fetch_row...

das sollte dann etwa so gehen:
  ...
  $row = mysql_fetch_row($res);
  echo $row[0];

Gruss,
Yves

-- 
Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter
-->>  http://www.4t2.com/mysql 


php::bar PHP Wiki   -   Listenarchive