|
I have a page where user has to input date. from there i have a script that covert the number inputted using mktime() and insert the time created to the databse. Now the question is is there i way i could select data from my database in descending or asc order with field date as the index?
|