MDanz Posted November 11, 2010 Share Posted November 11, 2010 is there a way to get the $image width?... the $image is not on my server so i cant use getimagesize().. e.g. $image = http://www.example.com/picture.jpg how do i get the width? Link to comment https://forums.phpfreaks.com/topic/218406-get-image-width-php-help/ Share on other sites More sharing options...
upp Posted November 11, 2010 Share Posted November 11, 2010 i do believe getimagesize() works with full url's as well, have you tried getimagesize("http://www.example.com/image.jpg"); Link to comment https://forums.phpfreaks.com/topic/218406-get-image-width-php-help/#findComment-1133102 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.