I have 2 php file one of them (main.php) collecting data and after data mining it should serve the results (data sets) to sub.php file . But each data set should send to sub.php indivudual so i have to use loop for each data set . And main.php should continue its process. I mean main.php should be multithreaded.
Finally How can i do this. I searched in manual but i couldn't find exactly what i want.I need to know calling php from php NOT redirection and multi threading in php
Thanks alot
Selim