I'm calling fopen like this: fopen($url.urlencode("\"-BENCHMARK(100000000, rand()) -- -"),"r");
But i don't know when the return of the function appends. (i tried to put an echo just after and it executes immediatly...maybe fopen create a subthreads..), any idea ?
Thanks