Report showing the old data in excel
Posted: Mon Dec 27, 2010 5:19 am
Hello friends...i am generating reports in excel from my application. I have placed my application on server. i have kept button of download reports. sometimes when i modify data and download new report, it shows the previous generted report. i checked the database, new data updated succesfully. can anyone tell me what is the reason. this is the php query i am using
thank you
Code: Select all
<input type="button" name="viewdoc" value="Download Report" onclick='window.location="/master/" + "<?php echo $myfile1; ?>"'>