Baseball Freak
New member
So I have one file called functions.php with all my functions in it.
The function I am trying to run has a while(true){ } in it.
I need to run this function with 2 different users in 1 script. (So pretty much running 2 of this function at the same time.) Is this possible? If not, how else can I do this. (I would rather not have to run 2 different scripts.)
The function I am trying to run has a while(true){ } in it.
I need to run this function with 2 different users in 1 script. (So pretty much running 2 of this function at the same time.) Is this possible? If not, how else can I do this. (I would rather not have to run 2 different scripts.)