Date: 11/09/00
- Next message: Sam Masiello: "RE: [PHP] Truncation?"
- Previous message: Sylwester Zarębski: "Re: [PHP] ip adress spoofing"
- Next in thread: Martin: "Re: [PHP] convert text to variable"
- Reply: Martin: "Re: [PHP] convert text to variable"
- Reply: Robin Vickery: "Re: [PHP] convert text to variable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sam Masiello: "RE: [PHP] Truncation?"
- Previous message: Sylwester Zarębski: "Re: [PHP] ip adress spoofing"
- Next in thread: Martin: "Re: [PHP] convert text to variable"
- Reply: Martin: "Re: [PHP] convert text to variable"
- Reply: Robin Vickery: "Re: [PHP] convert text to variable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

