Oh gosh, i forgot the first rule about headers XD, and i didn't knew that output buffering is disabled on x10hosting's server. I see.
Lately I tried to put ob_start(); in dl_functions.php, but i realized now there is no html in that file haha XD.
Thanks! I put that ob functions in...
Hi,
I need help for my script to work fine.
I have my download script on my xampp (PHP version 5.3.5) and it is working fine.
Here is the code and some screenies.
in dl_functions.php
<?
function set_size($size)
{
$kb = 1024;
$mb = 1024 * $kb;
$gb = 1024 * $mb;
$tb =...