Weekly Column
Column Archive

"; //print "SELECT * FROM weekly_column WHERE row $query_string AND auth $query_string2 AND MONTH(published_on) = 5 ORDER BY published_on DESC LIMIT 1"; // return the results of the query into ordered rows and perform any tweaking as needed. while($row = mysql_fetch_array($Find_jobs)) { if ($row[9] != ""){ $col_author = "$Font $FontColorBody $FontSizeSmall by $Font $FontColorBodyLink $FontSizeSmall$row[1]"; } else { $col_author = "$Font $FontColorBody $FontSizeSmall by $row[1]"; }; if ($row[3] != ""){ $row[3] = "$Font $FontFace $FontColorBody $FontSizeMedium$row[3]"; }; print " $Font $FontFace $FontColorBody $FontSizeLarge$row[2]
$row[3]

$col_author, $Font $FontFace $FontColorBody $FontSizeSmall $row[5]
$Font $FontFace $FontColorBody $FontSizeMedium$row[6]
"; }; print "
"; mysql_close ($link); ?>