I have an application that allows users to sign-up and login..etc.
I want my users to be able to choose what information they want to display as their "Personal Information".
I already have a mysql database, holding each users personal info that i require them to enter to join, but i don't want to display any information they don't want displayed... I would like them to be able to choose what information they would like to be contacted by.
How can i go about implymenting this? I was thinking somthing like in the "change personal data" section to have check marks next to to the data they want displayed.. but how do i store that preference?
right now the display script simply pulls out the variables i think are important that are displayed(static), but how do i change that to unique/personal (dynamic) for each user?
Your Comments and Seggestions are appreciated!
Thank-you!