Thank you. It really helped 🙂
I have now another problem:
I want to get a value from variable from a site which is called PHPSESSID. I know how to get it if loading a file to $pole from the address without the add "in.php3?id=webdreams"
<?
$pole=file("http://www.toplist.xx");
?>
but it does'nt works with this
<?
$pole=file("http://www.toplist.xx/in.php3?id=webdreams");
?>
is there another way how to load a php document into a variable?