mitchw_17 Posted March 13, 2006 Share Posted March 13, 2006 Hi,Help needed!! I have a web page where the user can click what spefic areas that they want to report on, it then goes to a script where it filters out what to look for and adds this to a where array to query my MySQL database. It then displays the number of records that it foundDoes anyone know how to still query the database and if a certain radio button is selected (i.e. Users Thoughts field), do the where array and then print a table print the Users Thoughts field Sorry if I haven't been extremely specificCheers Link to comment https://forums.phpfreaks.com/topic/4826-display-table-if-box-selected/ Share on other sites More sharing options...
mark s Posted March 13, 2006 Share Posted March 13, 2006 You may be able to pick the bones out of this one?[a href=\"http://www.phpfreaks.com/forums/index.php?showtopic=87519&hl=\" target=\"_blank\"]Click Me[/a]I had a simular issue with drop combo boxes.It will show you on a submit you can get a result to showpulled from the database.--------------Its not perfect but it works. Link to comment https://forums.phpfreaks.com/topic/4826-display-table-if-box-selected/#findComment-16972 Share on other sites More sharing options...
mitchw_17 Posted March 15, 2006 Author Share Posted March 15, 2006 What i'm looking for is like a radio button with "Add to Report" next to it, so in the script i'm looking for the normal mysql query plus something like ' if add to report box isn't empty, then display table'Any help would be greatly appreciated Link to comment https://forums.phpfreaks.com/topic/4826-display-table-if-box-selected/#findComment-17784 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.