Hi,
I need to get the size of all files in a directory. my idea of how to do this was to call shell_exec( ), and move to the directory, and check all the files with filesize( ). When I call shell_exec( "cd .." ) nothing happends, the directory does not change. Can someone help with with this.
-Dan Keller