fname = ($_POST['fname']); $alumuni->lname = ($_POST['lname']); $alumuni->did = ($_POST['did']); $alumuni->cur_posi = ($_POST['cur_posi']); $alumuni->dob = ($_POST['dob']); $alumuni->course_comp = ($_POST['course_comp']); $alumuni->year_pass = ($_POST['year_pass']); $alumuni->phone = ($_POST['phone']); $alumuni->email = ($_POST['email']); $alumuni->donation = ($_POST['donation']); $alumuni->mod_payment = ($_POST['mod_payment']); $alumuni->addrs = ($_POST['addrs']); if($alumuni->save()) { $n='n'; $session->message("Alumuni saved successfully."); $session->message_type("success"); echo ""; } else { // Failure $message = "Alumuni Could Not Be Created."; $message_type = "danger"; } } } ?> o

THANK YOU, YOU HAVE SUCESSFULLY REGISTERED.

MEMBERSHIP REGISTRATION FORM