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)
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()