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? Link to comment https://forums.phpfreaks.com/topic/90212-how-do-you-showhide-a-table/ 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. Link to comment https://forums.phpfreaks.com/topic/90212-how-do-you-showhide-a-table/#findComment-462910 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.