What Is Shell Execute and How To Easily use it In Your PHP Code - Shell_Exec() Tutorial By Gli7CH

Channel:
Subscribers:
23
Published on ● Video Link: https://www.youtube.com/watch?v=F126i9jl878



Category:
Tutorial
Duration: 6:12
6,839 views
65


shell_exec() — allows you to execute commands via shell and return the complete output as a string to your PHP application. The code is extremely simple to follow and can make your PHP applications even more versatile in the future.

I also discuss how to use a string output simply from a python file, by exploding the returned string and put the outputs into a variable. If you have any questions feel free to leave them in the comments below.







Tags:
shell exec
shell_exec
tutorial
php
how to program