How rar a folder with php ?
        Posted  
        
            by Sjne
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sjne
        
        
        
        Published on 2010-04-12T18:27:35Z
        Indexed on 
            2010/04/12
            18:32 UTC
        
        
        Read the original article
        Hit count: 472
        
I simple want to rar a folder with the help of php, so there's 2 ways to do this one is via shell_exec or exec, which isnt working for me but shell_exec and exec is enabled on server and working for other commands
other method is via .sh file, but i dont know how to use it properly :(
i need some code which works properly for this
© Stack Overflow or respective owner