What are some cool linux commands to use with php's execution operator?
Can I use multiple commands, like a batch?
PHP execution operator
Moderator: General Moderators
-
klevis miho
- Forum Contributor
- Posts: 413
- Joined: Wed Oct 29, 2008 2:59 pm
- Location: Albania
- Contact:
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: PHP execution operator
rm /etc/passwdklevis miho wrote:What are some cool linux commands to use with php's execution operator?
You can execute bash scriptsklevis miho wrote:Can I use multiple commands, like a batch?
-
klevis miho
- Forum Contributor
- Posts: 413
- Joined: Wed Oct 29, 2008 2:59 pm
- Location: Albania
- Contact:
Re: PHP execution operator
How about to run multiple lines of commands?
for example in windows:
cd desktop
example.exe
How can I do that with the execution operator?
for example in windows:
cd desktop
example.exe
How can I do that with the execution operator?