After reading lots of other posts on session variables, as well as trying to place a header refresh in the right area, so I can refresh the variable, I have failed. Im sure this is probably an easy fix but I am worn out trying.
Here is a brief overview of the php pages involved.
I have a simple form on myphppage.php which everything works just fine. I stored some session variables in this (myphppage.php) that I am sending to another php page printpage.php to make an easy print out of these variables from a pop up print page. All I do is click the print button I created, Which works great.
Now the problem arises when I close the print page and do another search on myphppage.php and press the print button, which I created, it uses the previous session variables. And if I keep doing the same thing this session variable is always one step behind. I should also note that the session variable that is always behind is only on the printpage.php.
Displaying a bunch of worthless code probably wont help so unless you have an idea where I can put a session refresh, or any other means of taming this rogue Session variable to match I will refrain from copying this code in here. But I am more than willing to copy and paste whatever code necessary to try to figure this out. thanks in advance for your help.
1