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];
$lista_q = mysql_query("select cim_$ln, hossz, rendezo, ceg, megnev_$ln from film, kategoria where film.kategoria_id=kategoria.kategoria_id and fokategoria_id=".$_GET['fokat']." order by kategoria.kategoria_id, cim_$ln");
?>
 |
KAFF 2005
|
$elozo_kat ='';
$first=1;
$i=1;
while ($lista = mysql_fetch_row($lista_q)) {
if ($ln!='hu') $lista[2]=nevfordit($lista[2]);
?>
if ($elozo_kat!=$lista[4]) { $i=1; ?>
| |
} ?>
$elozo_kat=$lista[4];?>
if ($first) { ?>
if ($ln=='hu') { ?>
| |
Filmcím |
Perc |
Rendező |
Prod. Cég |
} else {?>
| |
Title |
Duration |
Director |
Company |
} ?>
$first=0;} ?>
|
|
|
|
|
|
} ?>