$i = 1;
$surl = "http://thetvdb.com/".$seasons[$i]->href;
$poster = file_get_html($surl);
$special = $poster->find('img.banner');
echo "<img src='http://thetvdb.com".$special[$i]->src."'>";
echo "<img src='http://thetvdb.com".str_replace('/_cache', '', $special[$i]->src)."'>";
echo "<br>";
<img src='http://thetvdb.com".$special[$i]->src."' season='{$i}'>