How can I auto reload html page based on the value assigned to the session?

前端 未结 0 745
深忆病人
深忆病人 2021-01-23 13:00

How can I auto reload html page based on the value assigned to the session?

if ($_SESSION["LoadPage"])
{
//Reload my html page
}

I know

相关标签:
回答
  • 消灭零回复
提交回复
热议问题