[php]
if ($_POST) {
$result = $_POST[‘score’];
echo “Result : “;
echo $result;
echo “*”;
}
[/php]
[pullquote]The Karnofsky Scores purpose was to allow physicians to evaluate a patient’s ability to survive chemotherapy for cancer.[/pullquote]
Formula :
Performance score based on clinician assessment in increments of 10.
Explanation of Result :
The Karnofsky score runs from 100 to 0, where 100 is “perfect” health and 0 is death.
* Please verify all calculations prior to clinical use.