User Profile

Collapse

Profile Sidebar

Collapse
drunreal
drunreal
Last Activity: Feb 28 '10, 10:01 AM
Joined: Feb 21 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • drunreal
    replied to PHP hidden download
    in PHP
    Hello well i am back again and i was searching the net but i still cant figure out how to write an proper script this is what i have so far

    In html page
    Code:
    <html>
    <head>
    </head>
    <body>
    <a href="download.php?id=1">Download</a>
    </body>
    </html>
    The script itself

    Code:
    <?
    $id = $_GET['id'];
    ...
    See more | Go to post
    Last edited by Dormilich; Mar 5 '10, 06:22 AM. Reason: correcting URIs

    Leave a comment:


  • drunreal
    replied to PHP hidden download
    in PHP
    Thank you :D But i must say that i am really (but really really) new within PHP :) Started today and i know only basics . I would like to ask if s1 could be so kind to provide an example :) Thank you !
    See more | Go to post

    Leave a comment:


  • drunreal
    started a topic PHP hidden download
    in PHP

    PHP hidden download

    Hello ,

    I would like to ask if its possible to write an php script that allows me to dont show the actual url of file that is being downloaded . For example i have a file at www.example.com/downloads/file.zip and when an user shows to a link i would like it look sometthink like www.example.com/download.php?t=11 or somethink like that .

    Thank you for your time
    See more | Go to post
    Last edited by Atli; Feb 21 '10, 06:36 PM. Reason: Replace real URLs with example values.
No activity results to display
Show More
Working...