SyntaxFix
Write A Post
Hire A Developer
Questions
<?php list($width, $height) = getimagesize("http://site.com/image.png"); $arr = array('h' => $height, 'w' => $width ); ?>