Closed avs-code closed 8 years ago
Video isn't working video table: id video_name video_url 1 Blancpain https://www.youtube.com/embed/NmnkRlDhwtA
PHP file:
<? if (!defined("CONFIG")) exit(); ?> <? $video = "SELECT `video`.`video_name` FROM video ORDER BY `video`.`id` DESC LIMIT 0 , 30"; $result = mysql_query($video); if (!$result) { show_error("MySQL Error: " . mysql_error() . "\n"); return; } ?> <? while ($sitem = mysql_fetch_array($result)) { ?> <?php $url = 'video_url'; ?> <iframe id="ytplayer" type="text/html" width="420" height="345" src="<?php echo $url; ?>" frameborder="0" allowfullscreen></iframe>;
Great inguni, thank you very much
http://sparkadsl.0lx.net/pruebas/?page=show_videos
Video isn't working video table: id video_name video_url 1 Blancpain https://www.youtube.com/embed/NmnkRlDhwtA
PHP file: