- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
$durationArr=array(
"1" => '1 week',
"2" => '2 weeks',
"3" => '3 weeks',
"4" => '4 weeks',
"5" => '6 weeks',
"6" => '2 months',
"7" => '3 months',
"8" => '4 months',
"9" => '5 months',
"10" => '6 months',
"11" => '9 months',
"12" => '12 months'
);
$durnumber=$_POST['ctrlCompareSearchFrame:lstDuration'];
foreach ($durationArr as $fild=>$key){
if ($fild==$durnumber) echo $key;
}
facepalm.jpg
ахренеть у вас названия контролов оО
Parse error: syntax error, unexpected ':', expecting ',' or ';' in $_POST
все говнокоды шо я выложил с 1 проекта! бедаа!