I was googleing, but all I get is getimagesize and filesize.
getimagesize dosent only gets KB size in width and height, which is not what they need.
filesize give me a warning message : filesize () [function.filesize]: stat failed to execute
the file in question is 51kb.jpg file
$imgsize=filesize("http://localhost/projects/site/schwe/user/1/1.jpg");
does not work,
how to do it?
php filesize
Macao
source share