How can I auto reload html page based on the value assigned to the session?
if ($_SESSION["LoadPage"])
{
//Reload my html page
}
I know how to use <meta http-equiv="refresh" content="5" >
but it cannot start auto refresh itself without someone to refresh
Please anyone can help me
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…