<?php
$seriale = array('Weeds', 'True Blood', '24', 'Jericho', 'Reaper', 'Dark Blue', 'Sons of Anarchy', 'Eureka', 'How I Met Your Mother', 'The Bing Bang Theory', 'Chuck', 'Fringe', 'Californication', 'The Wire', 'That \'70s Show', 'IT Crowd', 'My name is Earl', 'Boardwalk Empire', 'Homeland', 'Boss', 'American Horror Story', 'The Borgias', 'Strike Back', 'Dexter', 'Breaking Bad', 'Friends', 'Luther', 'Supernatural'); $nr = 1;
foreach ($seriale as $nazwa) {
echo $nr.'. <b>'.$nazwa.'</b><br />'; $nr++;
}
?>
Masz skrypt z moimi serialami.