html - Redirecting to another PHP page, then going back with filled fields -


i have been needing way to, once redirect php page review data, have ability go original page fields filled before redirecting. can think of several messy ways of doing nothing willing do. there standard way of doing this?

depending on sensitivity of data, store in session variable , check presence of post or variables prior falling session variables when form being displayed.

you wrap above nicely, don't suspect there's easier way around if you're trying keep query string clean.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -