Hi,
I've opened a socket using $fp=pfsockopen(..) function.
I need to pass the return the $fp variable to another script
using a GET parameter if possible. ie. <a href='imap.php?fp=$fp'>...
This is being developed using Apache Win32 and PHP4.
It seems to pass the variable as "Resource id #1" and in the receiving
script it says it is not a valid file-handle.
I don't want to lose the persistant link or close it and reopen
it in a different script. Any suggestions how I can pass the
$fp into a different script ?
Cheers,
Paul.