ISTIAK 1 Posted February 11, 2015 Report Share Posted February 11, 2015 how can I place search bar in my website . the search bar will provide my website content by search algorythom Quote Link to post Share on other sites
tejasamrute 6 Posted February 11, 2015 Report Share Posted February 11, 2015 <form> <input type="text" placeholder="Search..." required> <input type="button" value="Search"></form> This a basic search bar.....inorder to enable searching you first have to decide which programming launguage you will use (PHP / .Net etc). Quote Link to post Share on other sites
davej 251 Posted February 11, 2015 Report Share Posted February 11, 2015 Searching what? Static content or searching dynamic content in your own database? You could use Javascript to search your static pages... http://stackoverflow.com/questions/6207563/javascript-string-search-a-website You could also use Google... https://www.google.com/cse/ Quote Link to post Share on other sites
ISTIAK 1 Posted February 12, 2015 Author Report Share Posted February 12, 2015 searching my site content Quote Link to post Share on other sites
davej 251 Posted February 12, 2015 Report Share Posted February 12, 2015 Static content or dynamic content? Quote Link to post Share on other sites
ISTIAK 1 Posted February 15, 2015 Author Report Share Posted February 15, 2015 static Quote Link to post Share on other sites
davej 251 Posted February 16, 2015 Report Share Posted February 16, 2015 See... http://www.thesitewizard.com/archive/searchengine.shtml Quote Link to post Share on other sites
sandeepm 0 Posted February 24, 2015 Report Share Posted February 24, 2015 in html 5 there is an functionality like <input type="search" /> and by using php we can maintain the search functionality... Quote Link to post Share on other sites
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.