Search the Community
Showing results for tags 'php search engine'.
-
Php search engine for my site I have a Romanian based language site: http://www.firmelavedere.com with informations about business companies. I implemented a simple php search engine for my website on pages like this on the top right corner: http://www.firmelavedere.com/listafirme/Salaj-Zalau-15.php I want to add a new radio box field to select language for displayed text. Is there a possibility to integrate Google Site Search with more languages? How can i do that? I need some code suggestions, to make this script run fast. Thanks all.
-
Hi everybody, this is NOT me in the picture. I would like to tell you that I am so pleased that I can be a registered member of this site. But all I registered for is to get help. As you could have found out from the title. For what I do need your help? Yes, I'm not kidding, I really need a good brain, but I do not want to take your brain literally. No, I just need you to tell me how to create the following easy php script. What should it do? The php script should be able to find things I'm searching for. For example: - I type in: used apple iphone pink with hello kitty scrandguru (I don't know what does scrandguru mean, don't ask me) and it searches immediately on ebay, amazon.com, google etcetera, all the sites I just want it to search on. The Structure: A simple html and css made page, with the script. I type in "something", hit enter, it submits the data and sends it to the php script, the php script connects to internet, no database used for this so far, it searches on ebay, amazon etc etc.. The Dilemma: How..can.. I.. make.. THIS?! Thanks for good and smart replies in advance, I hope you can help me out. Best wishes, Micky
- 4 replies
-
- php search
- php search engine
-
(and 1 more)
Tagged with:
-
I have a Ro based language site: http://www.creeaza.com with articles on different categories. I want to implement a simple php search engine for my website on pages like this on the top right corner: http://www.creeaza.com/didactica/didactica-pedagogie/index13.php Note: I keep all texts (title, body articles) on a mysql database. Is there a possibility to integrate Google Site Search? How can i do that? I need some code suggestions, to make this script run fast. Thanks all,