Execute a PHP script from another PHP script

后端 未结 11 1657
伪装坚强ぢ
伪装坚强ぢ 2020-12-02 14:04

How would I make my server run a php script by triggering it manually using php? Basically I have a pretty big cronjob file that is ran every 2 hours, but I want to be able

11条回答
  •  情话喂你
    2020-12-02 14:54

    I think this is what you are looking for

    
    

    The script file can also be in a .txt format, it should still work, it does for me

    e.g.

    
    

提交回复
热议问题