shaidermask Posted April 15, 2008 Share Posted April 15, 2008 Hello guys, I badly need your help. We have a report module that generates different types of reports in pdf format. We used FPDF classes for this. The problem is that when we try to generate one report in one computer, it seems that a different report is being shown. I dont know if it has something to do with the cache file in the server. Report generation using other PC is working properly. I need your help.... Thank you. Link to comment https://forums.phpfreaks.com/topic/101179-problem-with-cache-for-pdf/ Share on other sites More sharing options...
rhodesa Posted April 15, 2008 Share Posted April 15, 2008 Need a little more info to help with this. But, if it is a caching problem, you can always add a unique GET variable to the end: <a href="download_pdf.php?_=<?php echo time(); ?>">Download PDF</a> Link to comment https://forums.phpfreaks.com/topic/101179-problem-with-cache-for-pdf/#findComment-517644 Share on other sites More sharing options...
shaidermask Posted April 17, 2008 Author Share Posted April 17, 2008 Need a little more info to help with this. But, if it is a caching problem, you can always add a unique GET variable to the end: <a href="download_pdf.php?_=<?php echo time(); ?>">Download PDF</a> Thanks alot!!! Link to comment https://forums.phpfreaks.com/topic/101179-problem-with-cache-for-pdf/#findComment-519277 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.