getting the items to list in descending order

T

Todd Lucas

Guest
I love your script, but I have a problem with the display of data.
My table has an auto-increment "id" field.
I want the results of the search to display with the latest post at the top of the page, so that the latest entry will always be at the top.
You can view the page at:
http://www.margaritaair.com/logbook/index.php
I feel that this is a simple matter, but Im getting lost in all the code and dont see an option for this in the admin section.
Thanks
 
E

Eugenio

Guest
Todd Lucas wrote:

> I love your script, but I have a problem with the display of
> data.
> My table has an auto-increment "id" field.
> I want the results of the search to display with the latest
> post at the top of the page, so that the latest entry will
> always be at the top.
> You can view the page at:
> http://www.margaritaair.com/logbook/index.php
> I feel that this is a simple matter, but Im getting lost in
> all the code and dont see an option for this in the admin
> section.

Look at the form.php page, case "search".



(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top