phpbar.de logo

Mailinglisten-Archive

[php] problem mit den Arrys

[php] problem mit den Arrys

Michael Raab php_(at)_phpcenter.de
Thu, 13 Jun 2002 14:03:44 +0200


Hallo,

at Thu, 13 Jun 2002 13:52:15 +0200 Boyker Köster wrote:
> while ( $datensatz = mysql_fetch_array($query ) )

Mach es wie folgt:
          $ename    = $datensatz["ename"];
          $emailadr = $datensatz["emailadr"];
          ... 
          ...
>                 print "<td width=\"50%\" align=\"left\"
>                 valign=\"top\"> [Hier soll  'ename' stehen] </td>";

          Und dann mit echo $ename ausgeben.

Bye Michael

-- 
Bugs come in through open Windows.

Registered Linux User #228306                           ICQ #151172379
http://macbyte.info/                            GNU-PG-Key ID 0140F88B


php::bar PHP Wiki   -   Listenarchive