How can I use PHP to run a shell script?
Alright, sorry for the dumb question. I just didn't have any luck finding what I was looking for on php.net. Anyways, if you're lookin for the same thing check the exec() or system() function. Or check the backtick operator - ``.
what is this 🙁