Hi,
Is it possible to call a series of functions at the same time and have them displayed in order of their completion?
I made up a search site which queries other sites' search engines and displays the results on a(my) single page(Don't worry I got full permission from each of the sites). Unfortunately since no one could(or wanted to heh) give me DB access, I had to make the php code actually fopen each page and display/replace whatever I wanted. There are about 7 sites being queried so it is kind of slow thats why I wanted to see if there was a way to speed it up or at least have completed functions get displayed immediately. the site is http://fasttabs.n3.net if you care
Thank you very much!
PS: In case this was already asked sorry, I searched for something like this but couldn't find any...