Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // http://sn4kebites.altervista.org
- $codice = array(); // Definisco array
- $codice[0] = "rwA5PLi6oTI"; // Aggiungo codici dei link youtube
- $codice[1] = "j4XVbfDb-NI"; //I codici vanno sostituiti
- $codice[2] = "TNxnXnBZ4cw";
- $codice[3] = "_Yr5rn3Sv_4";
- $random = array_rand($codice); // Estraggo un array a caso
- $youtube = "$codice[$random]"; // Richiamo l'array con il numero casuale
- ?>
- <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