Execute php file from another php

前端 未结 5 1299
南笙
南笙 2020-12-29 01:32

I want to call a PHP file that starts like

I call from the PHP like this:



        
5条回答
  •  情话喂你
    2020-12-29 01:45

    exec('wget http://') worked for me.

    It enable me to integrate two php files that were designed as web pages and run them as code to do work without affecting the calling page

提交回复
热议问题