I uploaded some files to a folder, and when I use filesize function I get this message:
Message: filesize() [function.filesize]: stat failed for http://www.books.tahasoft.com/216.ppt
the path of file is:
http://www.books.tahasoft.com/216.ppt
and here is my code:
<?
echo filesize("http://www.books.tahasoft.com/216.ppt");
?>
How can I fix this?