Zephyris Posted February 9, 2008 Share Posted February 9, 2008 Well I'm trying to have an image that shows and hides a table of data. Secondly how would you set preference in the mysql so that for a member he knows if it's hiden or not.. so like remembering.. how would you do it? because you see the table your hiding is a category and the data that your hiding is forum names... so basicly everything changes so it needs to be adaptable... Should I set it as cookies? Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted February 9, 2008 Share Posted February 9, 2008 You need to create a script that changes the table's css display properties. I would set client side cookie and not involve the database for something as simple as remembering if a table should be displayed or not. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.