enemeth Posted April 25, 2007 Share Posted April 25, 2007 Hi there everyone, Im hoping someone out there can help me find what i have been searching for , for a while now, i need a script that will search my website and bring up the pictures of the query, its a retail store and i would like to give the option to my clients to find certain products, for example "dolls" , they enter the word and all the dolls come up that are in my directory Can someone help me ? Thank you Elaine Link to comment https://forums.phpfreaks.com/topic/48556-search-form/ Share on other sites More sharing options...
enemeth Posted April 26, 2007 Author Share Posted April 26, 2007 does anyone know how i would go about finding a search like this ? thx Elaine Link to comment https://forums.phpfreaks.com/topic/48556-search-form/#findComment-238705 Share on other sites More sharing options...
sw0o0sh Posted April 26, 2007 Share Posted April 26, 2007 Well it depends, are you going about this by searching a mysql database? Else wise the script would be very easy to come up with on your own. Link to comment https://forums.phpfreaks.com/topic/48556-search-form/#findComment-238706 Share on other sites More sharing options...
tauchai83 Posted April 26, 2007 Share Posted April 26, 2007 There is a searching script available online. You may get one that you want. Since your site looks like a e-commerce site, then you download OS Commerce for free. It is written using PHP. A complete e-commerce site. http://www.oscommerce.com/ Link to comment https://forums.phpfreaks.com/topic/48556-search-form/#findComment-238707 Share on other sites More sharing options...
GregL83 Posted April 26, 2007 Share Posted April 26, 2007 Do you have a database? Are you using XML? I am a noob, but I am pretty sure you need to have and index to search. I would have a database with the pictures linked to the product information page. You then could do a search of the database index of your choice and then return all the results. I haven't yet built a php search like this but I believe that this is where you need to go. Good luck. Hope my little input could help you get started or spark conversation... Link to comment https://forums.phpfreaks.com/topic/48556-search-form/#findComment-238709 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.