I am trying to get image size using
get_headers($url)
But I am getting warning like
get_headers() [function.get-headers]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in
Is there any other way to Do so?
Thanks.