Hi Devnetwork,
I was wondering how I would go about making a program that counts to, say, ten, but sends a different thread for each number. Would I have to incorporate this fork business and OOP, or are there other ways?
Sending separate threads with PHP?
Moderator: General Moderators
Re: Sending separate threads with PHP?
You can also use exec/shell into a separate output buffer - http://joseph.randomnetworks.com/archiv ... rk-in-php/