Subscribe to the Jamil Show
or copy this address into your podcast application: http://www.thebrewingnetwork.com/jamilshow.xml

Jamil Show Archives

Upcoming Show Schedule

jamil_date) as needs_link FROM jamil ORDER BY jamil_date DESC") or die(mysql_error()); while($row = mysql_fetch_array($result)) { $needs_link = $row['needs_link']; $jamil_id = $row['jamil_id']; $jamil_date1 = $row['jamil_date1']; $jamil_body = $row['jamil_body']; $jamil_style = $row['jamil_style']; $jamil_archive = $row['jamil_archive']; if ((!empty($jamil_archive)) & ($needs_link == '1')) { echo ' ' . $jamil_date1 . ' - ' . $jamil_style . '
' . $jamil_body . '

'; } /*if ($needs_link == '0') { echo '
' . $jamil_date1 . ' - ' . $jamil_style . '

'; }*/ } ?>