Link to home
Start Free TrialLog in
Avatar of Member_2_5139014
Member_2_5139014

asked on

PHP download script shows blank window

The following script shows blank window when file download begins. I want the current page remains, just like clicking on a static download link.

<?php
      $file = $_GET['ver'];
      echo "<meta http-equiv=refresh content='0; url=$file'>";
?>
ASKER CERTIFIED SOLUTION
Avatar of plymelk
plymelk
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial