'; $i++; } // while if($found) { $i--; print $data2[$k[$i]]['text1']; if(isset($data2[$k[$i]]['text2'])) { print '

'; print $data2[$k[$i]]['text2']; } // if } // if }; // printDesc $data2 = array( '/20050315' => array( 'text1' => 'Sai Tai Tiger', 'text2' => 'Erotic top model.' ), '/20050925' => array( 'text1' => 'Hochzeit im Hunsrück' // 'text2' => 'Hochzeit text2 text2 text2' ), '/20051113' => array( 'text1' => 'Hochzeit im Schloss Philippsruhe in Hanau' // 'text2' => 'Hochzeit text2 text2 text2', // 'link1' => 'Schloss Philippsruhe auf wikipedia' ), '/20060805' => array( 'text1' => 'Hochzeit in Frankfurt' // 'text2' => '.......', ), '/20060912' => array( 'text1' => 'Hochzeit in Park' // 'text2' => '.......', ) ); ?>