ClioSport.net

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • Due to ongoing maintenance work some features and functions (including Dark mode!) may be unavailable or visually appear differently.
  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

.Asp/Html Quick coding question...

Car  Megane DCi 147bhp/350nwm
On our admin panel at work we have a section where we upload excel documents...

they are then shown in a list ona different page but they are unorganised!

i need something simple to make that list ogranise them into the date they are added!

anyone got a nice bit of code?
 
when it's uploaded, the url is probably stored into the database, you can do sort by date uploaded if it has that field.
 
I need to code to make it sort by date though...this is a admin front a company created like 5 years ago for us

i'm guessing it will be going into a mysql DB but i'm going to dig that to find out today!
 
unless the mysql database logs the upload time u will be stuck. An easy way round this is to use the file modification attribute with php/linux not sure if u can do same with asp/winblows
 
Back
Top