Anyone can tell my why it keeps saving at My Documents?
$newfile = 'temp.xls';
$wkb->SaveAs($newfile);
If I echo $newfile, it will display 'http://localhost/test/excel/temps.xls'
Its suppose to save it at same level right? wrong, it keeps saving at "My Documents"
How is that possible?
Thanks