I'm trying to get an image to analize by
imagecreatefrom png(http://www.domain.pl/png.php);
The file png.php is generating a PNG file different for all logged users in
domain (cookies are used in this process).
I want to get this graphic from another domain e.g. domain2 by
imagecreatefrom png and analize it.
Problem is that - if I get this image straight to HTML by <img
src="http://www.domain.pl/png.php"> everything is ok. But if I'm using
imagecreate... the png.php file is not using it domains' cookie.
Can you solve my problem?
Krzysztof Kujawski
Soryy about all mistakes in English.
imagecreatefrom png(http://www.domain.pl/png.php);
The file png.php is generating a PNG file different for all logged users in
domain (cookies are used in this process).
I want to get this graphic from another domain e.g. domain2 by
imagecreatefrom png and analize it.
Problem is that - if I get this image straight to HTML by <img
src="http://www.domain.pl/png.php"> everything is ok. But if I'm using
imagecreate... the png.php file is not using it domains' cookie.
Can you solve my problem?
Krzysztof Kujawski
Soryy about all mistakes in English.
Comment