truelight
12-15-2000, 10:02 AM
Hi, fellow geeks - I need your help.
I'm currently using a MySQL driven download system for my site. Now, I want it to display the three newest files on my front page.
The files in the script are not dated, but they are given a "DownloadID" in the MySQL database. So, the easiest thing to do here would be to have it display the files with the 3 highest DownloadID:s, right?
But how does one do that? I'm new to PHP, so I would kill for a bit of help here, please! http://geekvillage.com/ubb/smile.gif
I'm currently using a MySQL driven download system for my site. Now, I want it to display the three newest files on my front page.
The files in the script are not dated, but they are given a "DownloadID" in the MySQL database. So, the easiest thing to do here would be to have it display the files with the 3 highest DownloadID:s, right?
But how does one do that? I'm new to PHP, so I would kill for a bit of help here, please! http://geekvillage.com/ubb/smile.gif