• TwitterFacebookGoogle PlusLinkedInRSS FeedEmail

Gpt Website Php Script Rar Extractor

06.01.2020 
Php
  1. Gpt Website Php Script Rar Extractor Software
Gpt

Gpt Website Php Script Rar Extractor Software

I wrote code for downloading rar file it work's fine but $name = 'file.rar';$data = filegetcontents('file.rar');$fh = fopen('$name', 'w') or die('can't open file');fwrite($fh, $data);fclose($fh);header('Cache-Control: public');header('Content-Description: File Transfer');header('Content-Length: '. ;');header('Content-Disposition: attachment; filename=$name');header('Content-Type: application/octet-stream; ');header('Content-Transfer-Encoding: binary');readfile($name);exit;after downloading, it shows an error unexpected end of archive while open that file,it won't extract completely give me some suggestions thank you in advance.