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