12-23-2007, 03:30 PM
|
#15 (permalink)
|
|
The Contributor
Join Date: Oct 2007
Location: Argentina
Posts: 72
Thanks: 18
|
Quote:
Originally Posted by damien
What about the "location part" of the count.php
I just have the zip in the pub_html folder of my site
so is it okay?
|
Yes, though i would recommend you that you use the full path to the file, like:
PHP Code:
header('Location: http://www.yourdomain.com/something.zip');
|
|
|
|