how to save a selected data in excel format in php when i click the link? and i want to save the file in the location given at the run time of the file? please advice me..
header('Content-Type: application/vnd.ms-excel'); //define header info for browser
header('Content-Disposition: attachment;
filename='.$dbTable.'-'.date('Ymd').'.xls');
header('Pragma: no-cache');
header('Expires: 0');