
// Performing Cover Story SQL query
$query = "SELECT * FROM stories WHERE filename = \"/$thisweek/editorial.htm\"";
$result = mysql_query($query) or die('Query failed: ' . mysql_error());
// Printing results in HTML
if ($line = mysql_fetch_array($result, MYSQL_ASSOC)) {
?>

=$line['headline']?>
by =$line['author']?>
}
// Free resultset
mysql_free_result($result);
?>
// Performing Cover Story SQL query
$query = "SELECT * FROM stories WHERE filename = \"/$thisweek/word.htm\"";
$result = mysql_query($query) or die('Query failed: ' . mysql_error());
// Printing results in HTML
if ($line = mysql_fetch_array($result, MYSQL_ASSOC)) {
?>

=$line['headline']?>, The Telegraph asked: “
=$line['subheadline']?>
}
// Free resultset
mysql_free_result($result);
?>
// Performing Cover Story SQL query
$query = "SELECT * FROM stories WHERE filename = \"/$thisweek/thumbin.htm\"";
$result = mysql_query($query) or die('Query failed: ' . mysql_error());
// Printing results in HTML
if ($line = mysql_fetch_array($result, MYSQL_ASSOC)) {
?>

The Telegraph staff gives its official "thumbs up" or "thumbs down" and tries to stay out of hot water.
}
// Free resultset
mysql_free_result($result);
?>
// Performing Cover Story SQL query
$query = "SELECT * FROM stories WHERE filename = \"/$thisweek/soapbox.htm\"";
$result = mysql_query($query) or die('Query failed: ' . mysql_error());
// Printing results in HTML
if ($line = mysql_fetch_array($result, MYSQL_ASSOC)) {
?>

Our letters section and your opportunity to weigh in and be heard.
}
// Free resultset
mysql_free_result($result);
?>
// Performing Cover Story SQL query
$query = "SELECT * FROM stories WHERE filename = \"/$thisweek/retooned.htm\"";
$result = mysql_query($query) or die('Query failed: ' . mysql_error());
// Printing results in HTML
if ($line = mysql_fetch_array($result, MYSQL_ASSOC)) {
?>

}
// Free resultset
mysql_free_result($result);
?>