neil
03-03-2003, 12:19 PM
switch($pres){
case "pv":
$msg .= "How We Handle Permanent Vacancies";
break;
case "tc":
$msg .= "How We Handle Temporary and Contract Requirements";
break;
$msg .= "Preferred Customer Agreements";
case "ca":
break;
default:
$msg .= "No variable passed here"
break;
}
I can't figure out whats wrong with this code.
case "pv":
$msg .= "How We Handle Permanent Vacancies";
break;
case "tc":
$msg .= "How We Handle Temporary and Contract Requirements";
break;
$msg .= "Preferred Customer Agreements";
case "ca":
break;
default:
$msg .= "No variable passed here"
break;
}
I can't figure out whats wrong with this code.