Search:

Type: Posts; User: skiddieleet; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    16
    Views
    16,109

    That's a good question, and I believe the answer...

    That's a good question, and I believe the answer is no. I remember trying that once and that header you're returning looks very familiar. The reason I tried it is because I use command line with...
  2. Replies
    16
    Views
    16,109

    Do you have register_globals on? I think to do...

    Do you have register_globals on? I think to do it like that you need register_globals on, unless you didn't include some code where you set $file_id = $_GET['file_id']. Otherwise, make all...
  3. Replies
    16
    Views
    16,109

    If you were using the same code as valhallen...

    If you were using the same code as valhallen gave, then it may not have worked if the id you were trying was 0. 0 counts as empty. Otherwise I don't see why it didn't work for you. Could we see...
  4. Replies
    16
    Views
    16,109

    Don't put the html stuff in, to do it that way...

    Don't put the html stuff in, to do it that way you'll want to only have the echo of file_get_contents(). I think there's another way to load the page then have a download dialog box appear. ...
  5. Replies
    16
    Views
    16,109

    I'm guessing you're doing this through php to...

    I'm guessing you're doing this through php to have a download counter and hide where the file is on the server? If my second guess is correct you can also have your downloads in a folder that is no...
Results 1 to 5 of 5