My ANSWER account - Main page
';
foreach($debugs as $num=>$debug)
if (strlen($debugs) > 1 && $num < strlen($debugs)-1)
echo $debug . "
";
else
echo $debug;
echo '';
}
if ($success_message)
echo '
' . $success_message . '
';
else if ($errors) {
echo '
';
foreach($errors as $error)
echo $error;
echo '
';
}
?>
You are ready to start the first worksheet. Click "Start Now" to begin.';
else if ($worksheet == 2)
echo '
You are ready to start the second worksheet. Click "Start Now" to begin.
';
else if ($worksheet == 3)
echo '
You are ready to start the third worksheet. Click "Start Now" to begin.
';
else
echo '
You have completed all of the worksheets. Click "Print" or "Email" to obtain a copy of your ANSWER report card.
';
else
echo '
You have already started a worksheet. Click "Continue" to resume your progress.
';
echo '
';
switch($worksheet) {
case 1: $url = "values.php"; echo ' '; break;
case 2: $url = "haq.php"; echo ' '; break;
case 3: $url = "radai.php"; echo ' '; break;
case 4: $url = "ANSWER_Report_Card.pdf"; echo ' '; break;
default:$url = ""; echo ' '; break;
}
echo ' | ';
if ($pagenum == 1 && $worksheet != 4)
echo '
';
else if ($worksheet == 4)
echo '
';
else if ($pagenum > 1)
echo '
';
echo ' |
';
if ($worksheet == 4)
echo "
Show the report to your doctor at the next visit. It will help your discussion with the doctor about using Methotrexate.
If you wish to change any of your answers, you can find the worksheet you wish to modify in the sidebar on the left hand side of the page.
";
?>