Software what im using:
PHP 4.2.2
Apache 2.0
Shortly,
How i can save a cookie which comes with PHP http request like:
<?
$url = "someurl.need.acookie.org";
$data = implode ('', file($url));
?>
and add it in file or someplace where i could use it for next request.
-Tet_
PHP 4.2.2
Apache 2.0
Shortly,
How i can save a cookie which comes with PHP http request like:
<?
$url = "someurl.need.acookie.org";
$data = implode ('', file($url));
?>
and add it in file or someplace where i could use it for next request.
-Tet_