PDA

View Full Version : PHP Search engine help!



takayat
January 30th, 2002, 09:22
Hi, I'm now tring to make a search engine with php and MySQL like

http://www.dealtime.com/SearchResults/SearchResultsComponent/1,2444,446,00.html

But, I don't know how I could pass the couple variables to program.
I mean, in this case, user can choose

1. choose only a brand name and pass the variable to program

2. choose a brand name and keywords(not only 1 keyword but also some keywords)

I could make "1" but I couldn't make "2"......

and if anyone knows there is good script or good script to learn
for this search engine on the web or book, please let me know!

surfichris
January 31st, 2002, 03:33
try searching around at http://www.hotscripts.com/PHP/Scripts_and_Programs/

I think there is a script called phpDig (im not 100% sure) which would be great for you to learn from....

takayat
January 31st, 2002, 22:24
Thanks!
I'll check it out.