cluce Posted June 5, 2007 Share Posted June 5, 2007 I am thinking abouot creating a search box on my website in php. can someone give me any ideas or direction on how to do a search box for my website or is this something I can download and install? Link to comment https://forums.phpfreaks.com/topic/54313-searchbox-for-my-website/ Share on other sites More sharing options...
The Little Guy Posted June 5, 2007 Share Posted June 5, 2007 so you want to search you sites content and output the results? if yes, then you need a database the has all the contents of your pages. so you can search them. Tutorial: http://www.codewalkers.com/c/a/Database-Articles/Creating-a-Search-Application/ Link to comment https://forums.phpfreaks.com/topic/54313-searchbox-for-my-website/#findComment-268561 Share on other sites More sharing options...
trq Posted June 5, 2007 Share Posted June 5, 2007 This all depends on how your content is stored... is it a database driven site? Link to comment https://forums.phpfreaks.com/topic/54313-searchbox-for-my-website/#findComment-268562 Share on other sites More sharing options...
cluce Posted June 5, 2007 Author Share Posted June 5, 2007 Well sort of. I use mysql to store the users information. Thanks I see what I have to do. I need to store my urls, keywords, etc. in a table. and than I search the tables and output the results on the page. Link to comment https://forums.phpfreaks.com/topic/54313-searchbox-for-my-website/#findComment-268645 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.