How can I keep a variable when the page is reloaded? I have a form that a user enters information, and when the user clicks the submist button, the same web page is called. I need to have $row (from MySQL) passed back. I do not want to use $_GET. I had this working before, but I have upgraded my PHP, and it no longer works.
Setting global $row does not work anymore.
Please help.