\n\n"; echo "\n" ."\n" ."iFashionTV - Newest Episodes Added\n" ."http://www.ifashiontv.com\n" ."The future of online fashion\n" ."en-us\n\n"; $sql = "select tv_shows.tvshow_id, tv_shows.tvshow_name, tv_shows.tvshow_image, tv_shows.tvshow_date from tv_shows order by tv_shows.tvshow_date DESC limit 12"; $result = mysql_query("$sql"); $col = 0; $alter = "alter1"; while(list($sid, $sname, $simage, $sdate) = mysql_fetch_row($result)) { $sdate = date("D, d M H:i:s -0500", strtotime("$sdate")); $sname = stripslashes($sname); $sname = str_replace("&", "&", $sname); echo "\n" ."$sname\n" ."http://www.ifashiontv.com/?sho_sel=$sid\n" ."$sname\n" ."$sdate\n" ."\n\n"; } echo "" .""; ?>