|
|
SCHOOL
INFORMATION
Troy Elementary School
North Main
Troy, VT 05859
802-988-2565
North Country Union High School
http://www.ncuhs.org
802-334-7921
North Country Career Center
http://www.nccc.ncuhs.org/
802-334-5469
Adult Ed
334-7140
www.Ed2go.com/ncccadult
|
|
INCLUDE("dbconn.php");
$TABLE = "tblTroy92107_schoolmenu";
//we order the result by pkID descending because the highest ID is the most resent result
//this means the first record displayed is the most recent.
$query = "SELECT fldContent FROM $TABLE ORDER BY pkID DESC";
$result = mysql_query($query, $dbConn);
echo mysql_error()." ";
while(list($content) = mysql_fetch_row($result))
{
echo "$content
";
}
?>
To enlarge image once it opens, double click.
|
|