$current_page = "videos";
//loading header
require_once("tmp/header.php");
?>
$favs = $db->dates("action", "WHERE type=0 ORDER by date DESC");
if (count($favs) > 0){
echo"";
echo"
". base64_decode($favs[0]['video_title']) ."
";
echo"";
echo"";
}
?>
Diğer sayfalarda bir sorun yok fakat bu sayfada Türkçe karakter hatası oluyor çözümünü bilen var mı acaba?