Re: [PHP] probelem with script

2002-06-05 Thread Stuart Dallas
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

[PHP] probelem with script

2002-06-05 Thread _michael
/* 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