Can php's exec function execute server programs?
"Sen,…… 2018-11-12 15:14:18
0
0
791

I want the front-end webpage to directly run the server program, which is equivalent to running the software on the server side. The front-end does not run. Can I use the exec function? Ask God for help. PHP code:

header("Content-type:text/html;charset='utf8'");

$cmd="Server software address";

exec ($cmd);

exit;


"Sen,……

reply all (0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!