Example #1
0
 public function profile_update()
 {
     $userprofile = $_POST['userprofile'];
     $username = $_POST['username'];
     $idnum = $_POST['idnum'];
     $userpassword = $_POST['userpassword'];
     $proUpdate = new ProfileManage_model();
     $proUpdate->update_profile($userprofile, $username, $idnum, $userpassword);
 }