sn4kebites

Random youtube's videos

Jul 30th, 2011
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.52 KB | None | 0 0
  1. <?php
  2. // http://sn4kebites.altervista.org
  3. $codice = array(); // Definisco array
  4. $codice[0] = "rwA5PLi6oTI"; // Aggiungo codici dei link youtube
  5. $codice[1] = "j4XVbfDb-NI"; //I codici vanno sostituiti
  6. $codice[2] = "TNxnXnBZ4cw";
  7. $codice[3] = "_Yr5rn3Sv_4";
  8. $random = array_rand($codice); // Estraggo un array a caso
  9. $youtube = "$codice[$random]"; // Richiamo l'array con il numero casuale
  10. ?>
  11. <iframe width="425" height="349" src="http://www.youtube.com/embed/<?php echo $youtube; ?>" frameborder="0" allowfullscreen></iframe>
Advertisement
Add Comment
Please, Sign In to add comment