'; echo ''; echo ''; // als tekst/naam.txt bestaat, stop die in tkstn[], anders spatie $tkst = $text.substr_replace($fotos[$i],'txt',-3); if(file_exists($tkst)){ $fp = fopen($tkst,"r"); $tkstn[$x] = fgets($fp); fclose($fp); } else $tkstn[$x] =" "; if(++$x==4){ echo ' |
'.$tkstn[$j]; $x = 0; } } if($x>0){ // als laatste regel <4 echo ' |
'.$tkstn[$j]; } echo ' |