Hello there,
I used 'header' function to call a php page.The output of this page should be sent to a different directory as a file in the directory.
My code is like this
header('locatio n:full_report_e xporting.php?te st_runid='.$tes t_runids[$i][0]);
Now full_report_exp orting.php generates a xls file which i have to store in a directory(name-xls files).
I'm quite new to php and dont know in depth.Can anybody help me with how to achieve this.
Thanks in advance,
Shara.
I used 'header' function to call a php page.The output of this page should be sent to a different directory as a file in the directory.
My code is like this
header('locatio n:full_report_e xporting.php?te st_runid='.$tes t_runids[$i][0]);
Now full_report_exp orting.php generates a xls file which i have to store in a directory(name-xls files).
I'm quite new to php and dont know in depth.Can anybody help me with how to achieve this.
Thanks in advance,
Shara.
Comment