[nycphp-talk] FTP_CONNECT
Dan Cech
dcech at phpwerx.net
Wed Feb 9 16:26:40 EST 2005
Unfortunately a resource id cannot be carried from page to page, you
have to re-establish it each time.
Dan
Gographics wrote:
> Just playing around with FTP_CONNECT and would like to know how to carry
> the connection resource id across multiple pages. $conn_id =
> ftp_connect(.....)
>
> I have tried $_POST and $_SESSIONS and setting them to $conn_id and also
> $$conn_id
>
> $conn_id = something like Resource ID #7 does anyone know what this is
> or how to use it without reconnecting on every new page?
>
> Ash
>
>
More information about the talk
mailing list