Hi all,
I'd like to evaluate dynamicaly the size of a dynamic file.
I use the filesize() function...
this is my code :
$my_size =
filesize(http://localhost/the_file_from_which...t_the_size.php) ;
=> I always get 0 !
Do you have any solution ?
thanks in advance,
--
john
I'd like to evaluate dynamicaly the size of a dynamic file.
I use the filesize() function...
this is my code :
$my_size =
filesize(http://localhost/the_file_from_which...t_the_size.php) ;
=> I always get 0 !
Do you have any solution ?
thanks in advance,
--
john
Comment