
May 29th, 2000, 12:07 PM
|
|
Junior Member
|
|
Join Date: May 2000
Posts: 14
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hi I'm trying to print out the values for the following variables, $day1, $day2, $day3, $day4, and $day5. So if you choose two, then I will show you the value to $day1 and $day2 etc..
Right now I'm trying to this
echo $day$i;
, where i=1,2,3,4,5 in my while loop.
I get a parse error.
I've also tried
echo ("$dow$i");
among many other combos, any ideas.
How do I get it to echo $day(1,2,3,4 or 5)
Thanks
Mike
|