<% if (!user.isLogged()) response.sendRedirect("login.html"); %>

Change Profile

Personal Details

Email Address >
Mailing Address
Phone Number

Password

New Password
Confirm Password

Home Page

<% // do it if any invoked by itself if ( request.getParameter("email") == null) return; String res = user.updateProfile( request.getParameter("pwd") ); if ( res == null) out.println("Profile Updated Successfully."); else out.println("Error : " + res); out.println("Click here to continue..."); %>