Tomiex Posted April 7, 2011 Share Posted April 7, 2011 Hey guys, I'm working on a tool to add to a site that will search by title, author, keyword (3 radio buttons), category(drop-down list),as in a library. I'm working with dreamweaver CS5 with php. I was trying to create recordset with viarables (that display ex. $_POST['category']) and use an if function (if (radioButton1 == checked) { return something } and connect this all to dynamic table. Getting so many errors, I'm asking you for advice how I can do this ? Could you please explain it to me as simple as possible, as I just started using dreamweaver with php. Thanks ! Quote Link to comment https://forums.phpfreaks.com/topic/232972-creating-a-search-tool-like-in-library/ Share on other sites More sharing options...
Maq Posted April 7, 2011 Share Posted April 7, 2011 Have a look at this tutorial: http://www.phpfreaks.com/tutorial/simple-sql-search Quote Link to comment https://forums.phpfreaks.com/topic/232972-creating-a-search-tool-like-in-library/#findComment-1198338 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.