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!
I am trying to make a tab search engine like tabrobot.com, and instead of just creating a spider and indexing thousands and thousands of tabs and eat up tons bandwidth, I want to do something like metacrawler.com where it queries every sites own search script and then just prints the results on its page. The only problem is I don't know how to query all the engines and then put the results on my page in my formatting. Can anyone help me out with this?
the thing is... I don't know how to start... I know you have to query the script on the remote site... i can do that... i just don't know how to take the results and put them on my page with my formatting
mmmkay, well. looking down the first page of the php-code page (right now).. there are several threads where I stated what's needed to extract information from a remote page.