I want to call a PHP file that starts like
I call from the PHP like this:
exec('wget http://') worked for me.
exec('wget http://')
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