hi - is the a way for php to accept a remote server cookie, or a way around it?
what i'm tyring to do, is send a string to a remote page that won't allow you to post to it unless you have a session cookie already set by it.
eg :
<?
$f=fopen("fclose($f);
?>
... wouldn't work, because php can't hold the session cookie.
any ideas? - cheers.
what i'm tyring to do, is send a string to a remote page that won't allow you to post to it unless you have a session cookie already set by it.
eg :
<?
$f=fopen("fclose($f);
?>
... wouldn't work, because php can't hold the session cookie.
any ideas? - cheers.