dragongamer Posted September 4, 2006 Share Posted September 4, 2006 hi i want to load an aspx image from a another site to, my own the onlu proplem is that php will not support it, i looked at the image source code to find out[code]<b>Warning</b>: imagecreatefromgif(): Circular redirect, aborting. in <b>****/weather/radimg.php</b> on line <b>6</b><br /><br /><b>Warning</b>: imagecreatefromgif(http://www.meteox.com/images.aspx?jaar=-3&voor=&soort=loop3uur&c=uk&n=): failed to open stream: Success in <b>****/weather/radimg.php</b> on line <b>6</b><br /><br /><b>Warning</b>: imagepng(): supplied argument is not a valid Image resource in <b>****/weather/radimg.php</b> on line <b>10</b><br /><br /><b>Warning</b>: imagedestroy(): supplied argument is not a valid Image resource in <b>*****/weather/radimg.php</b> on line <b>12</b><br />[/code]i know i can load images form other domains because i tryed the script to load another image from another site it works fine its just it wont load images that are not, gif in the end, [b]i know the aspx is an gif[/b], due to the headers outputed by it so is there a work around? Link to comment https://forums.phpfreaks.com/topic/19657-image-functions/ Share on other sites More sharing options...
onlyican Posted September 4, 2006 Share Posted September 4, 2006 You want to load an ASPX?ASPX is .NETSo the script is probs having trouble reading it Link to comment https://forums.phpfreaks.com/topic/19657-image-functions/#findComment-85657 Share on other sites More sharing options...
dragongamer Posted September 4, 2006 Author Share Posted September 4, 2006 yes but it produces it as an image, http://www.meteox.com/images.aspx?jaar=-3&voor=&soort=loop3uur&c=uk&n=if you view it with FF it says its a gif file. Link to comment https://forums.phpfreaks.com/topic/19657-image-functions/#findComment-85659 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.