is it possible to run shell commands/scripts from php? if so, how?
for example, at the branch, i want to run gzip so i could compress files into a single one, then using my upload routine, i could upload the file into the remote server. after then, i shall gunzip the file at the remote server.
is this possible?
for example, at the branch, i want to run gzip so i could compress files into a single one, then using my upload routine, i could upload the file into the remote server. after then, i shall gunzip the file at the remote server.
is this possible?