How can I auto reload html page based on the value assigned to the session?
if ($_SESSION["LoadPage"]) { //Reload my html page }
I know