Are there any alternatives to shell_exec and proc_open in PHP?
        Posted  
        
            by George Edison
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by George Edison
        
        
        
        Published on 2010-04-17T05:47:49Z
        Indexed on 
            2010/04/17
            5:53 UTC
        
        
        Read the original article
        Hit count: 288
        
It seems like I can't use shell_exec or proc_open on my shared server.
The message I get when I try to use it is:
Warning: shell_exec() has been disabled for security reasons in /home/georgee/public_html/admin/email.php on line 4
Are there any alternatives to these functions?
© Stack Overflow or respective owner