what i want to do is:
(1) connect to server in [test1.php] (via fsockopen).
(2) close that connection in [test2.php].
i'd need to pass my file pointer/resource to [test2.php] in a way that i can still use it in [test2.php].
is there any solution to do this?
do i really have to reconnect each time?
any help is very appreciated!
thanx in advance // bass <phpbuilder@hartwork.org>