News:

Free Image Hosting:
http://image-host.developers-heaven.net
Share your images free!!!

Main Menu

Execute Shell from PHP

Started by admin, May 15, 2010, 11:22:55 AM

Previous topic - Next topic

admin

you can execute any shell commed like unzip from you php cpde as following:
<?php 
$unzip 
shell_exec("unzip filename.zip"); 
?>