<?php //First of all, include our class-file include("pDownload.class.php"); //Then, create New Instance of pDownload $fd = new pDownload(); $dir = $fd->download_root; $fd->forceDownload($dir.'/'.$_GET['filename']); ?>