On Wednesday, June 5, 2002 at 1:57:09 PM, you wrote:
> // the error is bieng caused here
> $size = int filesize($file)
You don't need the int and you were missing a semicolon...
$size = filesize($file);
--
Stuart
--
PHP General Mailing List (http://www.php.ne
/*
what i'm trying to do is read the files and folders in the directory and
output them into an xml document - when i try to find the size of the file i
get an error - can someone please tell me why this is
thanks
mike
*/
// SCRIPT [dir.php]
";// open the folder tag and
put the folder n
2 matches
Mail list logo