معرض الفيديو على يوتيوب

فيديوهات خاصة بالمؤسسة | فيديوهات عامة فيديوهات خاصة بالمؤسسة | فيديوهات عامة
 
"; echo ""; echo "

 
load($url); $title = $doc->getElementsByTagName("title")->item(0)->nodeValue; ?>

Notice: Undefined variable: title in /hermes/bosnacweb02/bosnacweb02cc/b2851/ipg.alaproductscom/bisedorg/portal/youtube.php on line 192
 
   
 "; } $count++; } ?>  
   
$page "; } } // creating previous and next link // plus the link to go straight to // the first and last page if ($pageNum > 1) { $page = $pageNum - 1; $prev = " السابق "; $first = " << "; } else { $prev = ' '; // we're on page one, don't print previous link $first = ' '; // nor the first page link } if ($pageNum < $maxPage) { $page = $pageNum + 1; $next = " التالي "; $last = " >> "; } else { $next = ' '; // we're on the last page, don't print next link $last = ' '; // nor the last page link } // print the navigation link echo "
".$first . $prev . $nav . $next . $last."
"; } ?>