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 Quote Link to comment 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. Quote Link to comment 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 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.