anybody99 Posted May 2, 2007 Share Posted May 2, 2007 I never did that before and i donno how to do it. I have a list for example that was taken from MySql and i want to give the users of my site to search in that list, i have columns of countries for example or by $, and i want to add Sort by country or $, and also add for example check-boxes, 'show only U.S' and a check box 'Show only 25$ and more' so when they check that and click 'go' then they will get what they want. Can some-one guide me on this one plz? Is it done threw my sql too or from the list that was generated only? Link to comment https://forums.phpfreaks.com/topic/49711-how-do-i-make-check-boxes-or-select-boxes/ Share on other sites More sharing options...
Daniel0 Posted May 2, 2007 Share Posted May 2, 2007 Check box (and other stuff): http://w3schools.com/tags/tag_input.asp Note: It is a good idea to use labels (especially with radio buttons or check boxes): http://w3schools.com/tags/tag_label.asp Select: http://w3schools.com/tags/tag_select.asp Link to comment https://forums.phpfreaks.com/topic/49711-how-do-i-make-check-boxes-or-select-boxes/#findComment-243806 Share on other sites More sharing options...
anybody99 Posted May 2, 2007 Author Share Posted May 2, 2007 ok, i know how to create the bottuns or check-boxes but how do i connect it to retrieve the information? http://w3schools.com/tags/tryit.asp?filename=tryhtml_form_checkbox and this is ASP btw[i donno ASP], i know php better. as said action="form_action.asp" How do i configure that file to retrieve the info from mysql or from wherever it does that... Thanks, Rob Link to comment https://forums.phpfreaks.com/topic/49711-how-do-i-make-check-boxes-or-select-boxes/#findComment-243829 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.