phpbar.de logo

Mailinglisten-Archive

[php] Verwendung von Variablen

[php] Verwendung von Variablen

Andreas Klinger php_(at)_phpcenter.de
Mon, 24 Sep 2001 08:50:00 +0200


hu Ron,

RO> for ($z=1; $z <= 4; $z++) {
RO>         print $f$z;             
RO>                 -----
RO> }

 for ($z=1; $z <= 4; $z++) {
        print ${'f'.$z};
 //                -----
}




-- 
^-ak/funka
     Andreas Klinger




php::bar PHP Wiki   -   Listenarchive