Here is the PHP source code for the form checker example that is found here.
You are missing some required fields!"; print_form($f_name, $l_name, $email, $os); } else{ confirm_form($f_name, $l_name, $email, $os); } } //** end of "check_from" function function confirm_form($f_name, $l_name, $email, $os) { ?>PHP Form example
Fields with a "*" are required.