How to make php script run another php script

前端 未结 9 1332
小蘑菇
小蘑菇 2021-02-07 15:45

I\'m trying to do exactly the same thing as in my previous Python question, but in PHP. See my previous (answered) question

PHP script from previous question does someth

9条回答
  •  北恋
    北恋 (楼主)
    2021-02-07 16:06

    If a user will be using a web browser to reach the php script, I would use ajax to call the second page.

    The user won't even know it is being called.

    See w3schools for a tutorial on AJAX

提交回复
热议问题