assign('filename', "/media/".$fn); $fileinfo = $getID3->analyze($filename); $width = $fileinfo[video][resolution_x]; $smarty->assign('width',$width); $height = $fileinfo[video][resolution_y]; $smarty->assign('height',$height); } $smarty->assign('color','o'); $smarty->display('video.tpl.html'); mysql_close(); ?>