is it possible to count a size of a dir and all sub dirs in php ? and if,
how?
thanx
_
Lättare att hitta drömresan med MSN Resor http://www.msn.se/resor/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
Hello this does not work with apache + suexec and php running like cgi
#!/usr/local/bin/php
# in top of all php scripts
?>
the file downloads but when open i get an error but when i try the same
script on a machine with apache + php as a built in module it works, why
does this ot work when ac
$file = "/home//openssh-3.6.1p1.tar.gz";
$mb = filesize($file);
$download = "openssh-3.6.1p1.tar.gz";
$fp = fopen($file, "r");
Header ( "HTTP/1.1 206 One resume, coming up!" );
Header ( "Pragma: no-cache" );
Header ( "Content-Type: application/octet-stream" );
3 matches
Mail list logo