This dynamically generated page displays a directory of this site by retrieving information from a MySQL database. It was designed in a project to demonstrate a user-friendly interface for displaying water monitoring data by varying the SQL query through a form. This is not a substitute for using an external search engine. This script relies on the site owner entering the information in a database through an HTML form or database management tool (like phpMyAdmin). Use the SUBMIT button below rather than your browser's Refresh or Reload button to avoid getting a POSTDATA warning.
This is the query:
SELECT release_date, name, url FROM pages WHERE release_date <= "2024-12-11" AND craft = "Y" ORDER BY release_date DESC LIMIT 0, 5;
These are the results:
2005-11-26 - Wish Upon a Star vintage doily
2005-05-10 - Wheat and Grape Doily
2005-05-10 - Multiple Choice Doily
2005-03-28 - WordPress blog
2005-03-10 - Taupe wool knit hat
Make selections to change the search, then click the SUBMIT QUERY button.