PHP refresh window? equivalent to F5 page reload?

前端 未结 10 2825
后悔当初
后悔当初 2021-01-01 23:45

Is there anything in PHP that is the equivalent of manually pressing the F5 page reload button? My php script is in a frame and isn\'t the parent script but it needs to ref

10条回答
  •  一向
    一向 (楼主)
    2021-01-02 00:12

    Adding following in the page header works for me:

     0)
    {
    ?>
    
    
    

提交回复
热议问题