session_start();
if (session_is_registered("MM"))
{}
else
{
// if session check fails, invoke error handler
header("Location: login.php");
exit();
}
$mmuser = isset($_GET['user']) ? $_GET['user'] : "";
include("../include/dbconfig.php");
$connection = mysql_connect($db_host, $db_user, $db_pass) or die ("Unable to connect!");
mysql_select_db($db_name);
?>
Language Learning Center Writer's World
|
Sign Out
The Writer's World
Sentences and Paragraphs - 2nd Ed.
Answer Keys
Open at your own risk.
These files are being made available for download through an open copyright.
Available Answer Keys by Chapter
|
|
|
|
|