How come I have two sendFile() functions within the class?
Brought to you by:
erolozcan
Every time I get an (expected) error, because two
SendFile() functions are within the class. Changing one
of them to SendFile2() removes the error, but the XLS
generated is not a valid XLS-File...
Did I miss something? The same error occurs with
SaveFile(): Two times SaveFile() is ridiculous within
the same class. And sometimes it asks for the
$filename, that wasn't declared in the call.....
Huh?
Logged In: NO
Just change the first occurance of each to '...Filename'
instead of ...'File'. Then use ...Filename to set those vars.
Logged In: NO
Same problem here :-(