Combine Different Sites Search Results

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ybc
Forum Newbie
Posts: 1
Joined: Tue Aug 10, 2010 8:29 am

Combine Different Sites Search Results

Post by ybc »

hi guys,

i just finished highschool starting to do webdesign at uni, and for one of my major project i want to make a search engine as simple as google that searches for example 10 websites and with the keyword given it brings out the results.

im doing a website on jetski sales results so if someone want to buy a jetski they come to this website and just choose the choose one from those 10 website without going to them individually. so it brings out all search resuts in a nice results format, and when you click on each results it take you to the website but i wanna be able to show their photo and price so just like brings their results into your site but combing 10 website results.

and i need to have an advance search option where they can search year price age of jetski, and all these variables are also in the 10 websites that im getting the results from.

i have been doing some searching and i cant get my head around i need some help LOL i dont wanna fail...

cheers guys
Gargoyle
Forum Contributor
Posts: 130
Joined: Wed Jul 14, 2010 12:25 am

Re: Combine Different Sites Search Results

Post by Gargoyle »

well, you first collect the required data, then you put it into your own database and finally, read it from there.
Post Reply