Simple download page

Discussion in 'PHP' started by dtommy79, Aug 2, 2008.

  1. dtommy79

    dtommy79 New Member

    Joined:
    Aug 2, 2008
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Home Page:
    http://imprevo.net
    Hi,

    I'd like to create a simple download page. It would look something like a table with rows and columns. Each row is for one download item and the columns for the title of the download item, the date when the item was added, and the number of downloads.

    I don't want to direct link the files, so I want the link to look something like: downloads.php?itemid=1 or something like that.

    I guess I need to create a table in the database, and somehow print out the result, but i don't know how.

    can someone help with that?

    Thanks
     
  2. asha

    asha New Member

    Joined:
    Nov 9, 2006
    Messages:
    44
    Likes Received:
    2
    Trophy Points:
    0
    Occupation:
    Homemaker
    Location:
    Kolkata
    Home Page:
    http://whatanindianrecipe.com
    Create a table with fields, item_id, item_name, item_description, item_home_url, item_local_file

    Read this table and generate the HTML.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice