User Tools

Site Tools


live.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
live [2015/07/23 22:57]
admin
live [2015/07/24 02:39]
admin
Line 1: Line 1:
-<​html>​ 
 <php> <php>
-echo 1+1; +//echo 1+0; 
-</php+$min=1;  ​$max=87; ​ //the number of videos on your playlist 
-</object>+$rand = rand($min,​$max);​ 
 +echo ' 
 +<html
 +<iframe width="​100%"​ height="​500"​ src="//​www.youtube.com/​embed/​videoseries?&​list=UUePIbrksDSf3YEllxCGBufw&​index='​.$rand.'&​amp;​showinfo=0&​amp;​autoplay=1&​amp;​autohide=1&​amp;​iv_load_policy=3&​amp;​modestbranding&​allowfullscreen=true"​ frameborder="​0"​ allowfullscreen>​</iframe>
 </​html>​ </​html>​
 +';
 +</​php>​
 +
live.txt · Last modified: 2017/01/18 10:02 by admin