Iam have some 10 records i want to diksplay the records in order with the date field like our inbox how can i display this records

You can try to put " order by date_field desc" (or for reverse ordering " order by date_field asc") at the end of your sql query.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.