i create a signup page,
after sign up, user go to a page that is "complete your profile".
when user complete the profile data will be stored in data base.
i want that if user completed the profile, than they cannot again entered data into a page.
if user again try to enter the data, page will not allowed to that user to again enter data,
and show message to user "you have already completed your profile".
how i restrict the user?
any one tell me how?