$pxx
=
array
(1,1);
for
(
$i
=2;
$i
<=29;
$i
++){
$con
=
$pxx
[
$i
-2] +
$pxx
[
$i
-1];
array_push
(
$pxx
,
$con
);
}
print_r($pxx);