Hi all:
I've got more information. When I run the program like this:
$junkit = exec("tar -cf dloadt.tar file1 file2");
the file "file1" is reduced to 0-length and the tar file is created. If I run that code with just one file as the target(file1, for instance), both the tar file and file1 are 0-length.