//session_start();
include ("../ward7.php");
//Connect to the DB
$con=connect();
if ($con) {
?>
Arthurbaker.net
//This should appear at the bottom of every page.
} else {
//If we reach here then there was a error with either con or meta_article
print "An error has occurred, please contact the vendor!";
}
?>