Search found 1 match
- Thu Aug 16, 2012 10:50 am
- Forum: PHP - Code
- Topic: How to fetch data from MySQL using PHP in DESC order?
- Replies: 1
- Views: 626
How to fetch data from MySQL using PHP in DESC order?
I have a table in MySQL database named "posts". The data of "posts" is as follow. id sender_id post_type text date 1 2 t hi Saturday, 4th August 2012, 7:43:18 pm 3 1 t hello Tuesday, 7th August 2012, 4:39:31 am 4 1 t how r u? Tuesday, 7th August 2012, 4:39:39 am 5 1 t thats cool ...