Re: [PHP] Problem with selection

2002-08-09 Thread Jason Wong
On Friday 09 August 2002 12:16, [EMAIL PROTECTED] wrote: > Could somebody look at this and tell me way it is not selecting the > option fields in the $mins variable. I have looking at this all day > and can not figure out what is wrong with it. > > $mins="3,4,6,23,59"; > $ret=array_reverse(explod

[PHP] Problem with selection

2002-08-08 Thread rdkurth
Could somebody look at this and tell me way it is not selecting the option fields in the $mins variable. I have looking at this all day and can not figure out what is wrong with it. "; echo ""; echo $td; for($i=0; $i<60; $i++) { if($i<=6) { echo "$i"; }else{