require("inclu/config.php");
require("inclu/lib_str.php");
if (!isset($_GET['lang']) ) $_GET['lang'] = 'hu';
if (!isset($_GET['fokat']) ) $_GET['fokat'] = '1';
$ln = $_GET['lang'];
$holvagyunk = mysql_fetch_row(mysql_query("select megnev_$ln from fokategoria where fokategoria_id=".$_GET['fokat']));
$holvagyunk=$holvagyunk[0];
if ($ln=='hu'){
$ln2 = 'hun';
}else {
$ln2='eng';
}
$lista_q = mysql_query("select title_$ln2 cim, time_sec, time_min, director_family, director_given from nevezes where elfogadva=1 order by title_$ln2");
if ($ln=='hu') $holvagyunk = 'Nevezett filmek';
if ($ln=='en') $holvagyunk = 'Films entered';
?>
 |
KAFF 2005
|
if ($ln=='hu') { ?>
| |
Filmcím |
Perc |
Rendező |
} else {?>
|
Title |
Duration |
Director |
} ?>
$i=1; while ($lista=mysql_fetch_array($lista_q)) { ?>
|
|
'" |
|
} ?>