[PHP] convert text to variable From: Alaiddin Tayeh (atayeh <email protected>)
Date: 11/09/00

I have this code
$size1=10;
$size2=20;
$size3=30;
for($i=1;$i<4; $i++){
    //I need the line of code that concatenates the "$size" and the $i
value to make a new variable its value as above
    echo"br"
}
//---------
I want the output to be like this
10
20
30

thanks

--
Best Regards
Alaiddin Tayeh;
Webmaster
Palestinian Internet Services
WWW.P-I-S.COM
Tel: +97272843197
Fax: +97272843377

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>