how would:
Posted: Fri Mar 26, 2004 5:15 pm
I was just thinking the other day.
user options, like on this board for example, you can tell it to "show/hide your email address." How would you go about doing that?
I pondered up a few ideas but just thought there'd be something better
1. make a extra column in the MySQL table and set the default to 0 (not show) and use the UPDATE feature to change it to 1(to show it)
2. set a cookie
3 sessions (i'd rther stay far away from them personally)
Just curious to see if anyone else has/use a more creative way that perhaps dont require any of the above, cheers for your thoughts
user options, like on this board for example, you can tell it to "show/hide your email address." How would you go about doing that?
I pondered up a few ideas but just thought there'd be something better
1. make a extra column in the MySQL table and set the default to 0 (not show) and use the UPDATE feature to change it to 1(to show it)
2. set a cookie
3 sessions (i'd rther stay far away from them personally)
Just curious to see if anyone else has/use a more creative way that perhaps dont require any of the above, cheers for your thoughts
