Quote:
Originally Posted by masterofollies
So the "products" you want to be shown, the newest first. Correct?
If so then in your query to display them, your probably using a while loop. Use DESC in your WHERE section.
Also you can use mysql_insert_id which will Get the ID generated in the last query. Meaning the newest product.
If this is not what you mean, then I am sorry but I don't understand exactly.
|
No...
Under the admin area I create one brand new category lets say for example jan 2010... That is then display automatically under the categories section of the page that I shown you..
Then the newest product link will picked up the newest category that we had added and then display the information for that category...
Then at the end of this month we add a new category called feb 2010. Again that is automatically displayed under the categories section.
Then the newest product link will automatically detect the new category that has been added to the system
Does that make any sense?