I'm using CodeIgniter and I can't figure out how to unzip files!
Download the Unzip library and include or autoload the unzip library
autoload
unzip
$this->load->library('unzip');