Code Snippets Tagged with mysql by Hawkee
(5)
This code produces a sort box for any number of arbitrary criteria on any type of data you have in your database. For this particular example we've got a product sort where users can sort by price or
This is a stand alone example of a review system. This is the administration page for entering and editing reviews. It'll create your table for you automatically, so all you need to do is change the
This generates two structures: a tree and a list of objects. Both are generated from the following standard parent/child database format:
- cat_id: primary key, auto_increment
- cat_title: name of




