Here is what the server said:
Error " . mysql_errno() . " : " . mysql_error());
}
function clean($input, $maxlength)
{
$input = substr($input, 0, $maxlength);
$input = EscapeShellCmd($input);
return ($input);
}
function stateOptionList($stateIn) {
echo "\n";
}
function countryOptionList($countryIn) {
echo "\n";
}
?>