You can use location.reload(); function of the javascript for this.
use string concatenation with script and php
<?php
if ($_SESSION["LoadPage"])
{
?>
<script>
location.reload();//Reload my html page
</script>
<?php
}
?>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…