system() and unarchival

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Endlessline
Forum Newbie
Posts: 1
Joined: Wed Aug 27, 2008 3:25 pm

system() and unarchival

Post by Endlessline »

How can I use the system() function to unrar an archive? (Linux Server). Anything like this?

<? system("unrar -zxvf IJN.rar") ?>
Post Reply