Forum Moderators: coopster

Message Too Old, No Replies

PHP Multithreading

Making a metasearch engine

         

multiz

7:36 pm on Sep 12, 2006 (gmt 0)

10+ Year Member



Hello,
I've made a metasearch and I'm trying to make it so it will request multiple search engines at the same time. Is there a simple way PHP can request 2+ pages/downloads at the same time? A function?

ahmedtheking

10:12 pm on Sep 16, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How are you requesting them? What are you trying to do? If you're just after opening a URL: most, if not all, search engines use GET so you can open a result query file with fopen() or file()