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
Create a table with fields, item_id, item_name, item_description, item_home_url, item_local_file Read this table and generate the HTML.