Welcome! Log In Create A New Profile

Advanced

allowing downloads

Posted by gaogakwe 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
allowing downloads
April 06, 2012 05:24PM
Language: PHP
//ok guys i am trying to create a dowload page //i have a an mp4 file stored in the images folder which i zipped //when i open the php file downloads .php.it should open the open/save browser and download the file //but it does';nt,please help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! //here is the code     <?php   header(';content-type: application/zip';); header(';content-decomposition: attachment; filename=';aliyah.zip';';); print"images/aliyah.zip"; ?>
Sorry, you do not have permission to post/reply in this forum.