One simple question:
I need to use the same socket connectin in 2 different scripts, is that
possible ? and if YES, then how to do it ?

for example:

i have login.php where i do
$socket_handle = fsockopen($server, $port....);

now in add.php i would like to send msg to $socket_handle socket...

hope u know what i what...

thx



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to