OUTPUT:
Code: Alles auswählen
<?php
$sql="select ARTLANG.pagetitle from ".$cfg["tab"]["art_lang"]." AS ARTLANG where idart='".$idart."' and idlang='".$lang."' LIMIT 1";
$db->query($sql);
$db->next_record();
echo $db->p('pagetitle');
?>
Code: Alles auswählen
<?php
$sql="select ARTLANG.pagetitle from ".$cfg["tab"]["art_lang"]." AS ARTLANG where idart='".$idart."' and idlang='".$lang."' LIMIT 1";
$db->query($sql);
$db->next_record();
echo $db->p('pagetitle');
?>