PHP: Dynamic Day List of Weather URLs

Not sure how to dynamically list days in the future on fixed URLs?

A recent problem arose when trying to provide a dynamic list of linked URLs on a page based on the textual name rather than the numeric date (see right). A number of sub-pages on a website has unique, but not ordered URLs, suffixed with a page number (numeric). It is easy to simply statically list them, but why not dynamically put them in ascending order? Find out how to do it here.