Hello there 🙂
My problem is that I need to use a filehandle from one phpfile in another phpfile. Those two have to run at the same time.
So I'm looking for a way to write down a filehandle in a temp file and then read it from the second phpfile.
Is there a way to do it? If I use fwrite or fputs all I can find in that file is 'Resource id #' which doesn't help me much...
Hope anyone can help me,
Jojo