Gordoweb33
Programmer
Hi,
I've been working with PHP and MySQL under windows for about 2 weeks and a little bit. I've been cruising along without any great difficulty, however I have hit a problem that has now stumped me. What I am attempting to do when the problem occurs is to tabulate the results from a MySQL query that I perform on my databases. Well I can successfully query and tabulate the results without any difficulty. The problem arises when I try to print the ensuing report. I get that the data from the POST method has expired and to reload the page. Now this happens if I go to file->print under netscape or if I go to the print preview in the browser or even if I simply hit the print button.
I have no idea why this is happening because I have been able to output other information throughout the site and nothing is really different here. I am still using session tracking, I am consistent in the application of methods and in the querying of databases. Has anyone else run into this problem and if so how did you fix it?
Thanks for any help.
I've been working with PHP and MySQL under windows for about 2 weeks and a little bit. I've been cruising along without any great difficulty, however I have hit a problem that has now stumped me. What I am attempting to do when the problem occurs is to tabulate the results from a MySQL query that I perform on my databases. Well I can successfully query and tabulate the results without any difficulty. The problem arises when I try to print the ensuing report. I get that the data from the POST method has expired and to reload the page. Now this happens if I go to file->print under netscape or if I go to the print preview in the browser or even if I simply hit the print button.
I have no idea why this is happening because I have been able to output other information throughout the site and nothing is really different here. I am still using session tracking, I am consistent in the application of methods and in the querying of databases. Has anyone else run into this problem and if so how did you fix it?
Thanks for any help.