Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: header problem

  1. #11
    Join Date
    Sep 2006
    Posts
    48
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    nothing,

    this is a copy/paste

    PHP Code:
    <?php
      $url 
    http://www.en4cer.co.uk/downloads/' . $_SERVER['QUERY_STRING'];
      
    header("Location: $url");
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
      <head>
        <title>Ades Design</title>
      </head>
      <body>
        <p>
          Warning: your browser does not support
          HTTP correctly.  It is likely that a large portion
          of the Web will be broken for you.
        </p>
        <p>
          You should have been sent to <a href="<?php print $url?>"><?php print $url?></a>.
        </p>
      </body>
    </html>
    Last edited by munkynpunky; 12-13-2006 at 03:33 PM.

  2. #12
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Ah! I apologise. I missed a single quote (') before http: on the second line. I've edited the original.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #13
    Join Date
    Sep 2006
    Posts
    48
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hmm, ok thats not worked..

    basically what happens is

    on the website, it shows the name of the download then the amount of downloaded times...

    ie.. DOWNLOAD1 - 5641

    you click on DOWNLOAD1 and it takes you to a promt to enter a word..

    once you enter the work it takes you to the actual file and starts the download

    everything works up until the locating the file..

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •