Mailinglisten-Archive |
On Wed, 17 May 2000 14:30:06 +0200, ADMIN deigned to write:
>Also ...
>z.b. soll aus "pic" und $x eine variable entstehen:
>$set = "pic$x";
>echo "$set"; würde pic1,2,3,4,... etc. ausgeben!
>Aber ich brauche die VARIABLE $pic1, $pic2, ....
>
>wie kann ich das machen????
$dynamischevariable = "pic" . $x;
echo $$dynamischevariable;
Tschau
Adi
./e2fsck: Illegal triply indirect block found while reading bad blocks
inode. This doesn't bode well, but we'll try to go on...
~
adi_(at)_living-source.com tel:+761 / 15 25 8-13
http://www.living-source.com fax:+761 / 15 25 8-50
php::bar PHP Wiki - Listenarchive