Hi together
It might sound like a useless question but i really need to know that so:
When i load a page on the www into a variable in php (the code i use is:
PHP Code:
$page = join("", file('http://www.anypage.com'));
where do the cookies set by this page go to?
Guess it is really dumb, but thx for any help 
|