Code: Select all
<?php
list($width, $height, $type, $attr) = getimagesize("/images/logo.jpg");
echo "Width: " .$width. "<br />";
?>This is hosted on an .inc file.
But it's not showing anything except Width:
Why not?
The image is in the right place.