Post info after a refresh
Posted: Mon Jun 11, 2007 3:56 am
ok pretty much Iv written a script like so
Define General Content (fixed)
Define variable Content
Refresh Page using header function (note this is also variable)
The problem I am faceing is that my script displays the variable content, but hence there is often a possible refresh, when there is a refresh, the variable content is lost. Note I want this variable content to be displayed Once and only once, just after the refresh.
The reason for the refresh is that the general content will often include a table from mysql, that needs to be refreshed as, later on in the script a new row is added.
I have tried a few different things, though my script often ends up in a loop, so the variable data ends up in a list form. I have spent some time, I am relativly new to scripting, so any help would be much apreciated
Thanks, Any questions as to what I mean, feel free
Define General Content (fixed)
Define variable Content
Refresh Page using header function (note this is also variable)
The problem I am faceing is that my script displays the variable content, but hence there is often a possible refresh, when there is a refresh, the variable content is lost. Note I want this variable content to be displayed Once and only once, just after the refresh.
The reason for the refresh is that the general content will often include a table from mysql, that needs to be refreshed as, later on in the script a new row is added.
I have tried a few different things, though my script often ends up in a loop, so the variable data ends up in a list form. I have spent some time, I am relativly new to scripting, so any help would be much apreciated
Thanks, Any questions as to what I mean, feel free