I understand there's "POST" and "GET" to obtain data from a HTML page. Is there a way to obtain the variable from the HTML page, save it on the PHP page as another variable so the variable will still be there even though the PHP page is being refreshed.
Right now I can present the variable on the PHP page, but after I refresh the page it doesn't save it or if I open a separate tab using the same URL, the variable isn't there.
Thanks.