function listload () { global $list123; if (!isset($list123)) { $ret = array(); $f = fopen ("list.txt", "r"); while ( !feof($f) ) { $s=fgets($f); $t = explode(" ", $s); $ret[$t[0]] = $t[1]; } fclose($f); $list123 = $ret; return $ret; } else { return $list123; } } function showlistitem ($n) { $t = listload(); print(trim($t[$n])); } ?>
Bertalan Sándor blesses the tomb of Károly Kertbeny (writer, translator, who coined the word ‘homosexuality’), 29th June 2002 (Photo: www.gay.hu) |
< | Back to the Gallery | > |