Is there any way to open a process file pointer to write AND read to it in one go?
I'm trying to use popen to connect with CURL, and I'm using the parameter "w+" which I've read may work with PHP4 but it doesn't seem to.
Any ideas?
From what I hear, you can use W+ in PHP 4.0 >.
I'm not 100% sure how that would work though.