Weekly Columns
Search or Browse Past Columns
Search:
"; } else { $query_string = " != \"\" "; $query_string2 = " = \"published\" "; $Find_columns = mysql_query ("SELECT * FROM weekly_column WHERE row $query_string AND auth $query_string2 AND published_on <= CURDATE() ORDER BY published_on DESC"); }; // count the number of resumes. $NumResumes = mysql_num_rows($Find_columns); // paging include ($page_root."column/paging.php3"); // return the results of the query into ordered rows and perform any tweaking as needed. print "
"; while($row = mysql_fetch_array($Find_columns)) { if ($row[2] != ""){ $row[2] = "$Font $FontColorBodyLink $FontSizeLarge$row[2]"; }; if ($row[3] != ""){ $row[3] = "$Font $FontFace $FontColorBody $FontSizeMedium$row[3]"; }; print " $Font $FontFace $FontColorBody $FontSizeLarge$row[2]
$row[3]

$Font $FontColorBody $FontSizeSmall by $row[1], $Font $FontFace $FontColorBody $FontSizeSmall $row[5]
$Font $FontFace $FontColorBody $FontSizeMedium\"$row[4]\"
"; print "
"; }; mysql_close ($link); ?>