Top

Code Snippets Tagged with mysql by Hawkee

  (5)  
Sort by 
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
Tags: database  mysql  search  sort 
1 comment(s)   |   Score: 9.0   |   Language: PHP   |   Posted by Hawkee on Mar 24, 2008
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
Tags: editor  mysql  php  review  score 
7 comment(s)   |   Score: 10.0   |   Language: PHP   |   Posted by Hawkee on Aug 24, 2005
This will download a datafeed to your server from the given FTP account. This only supports CSV datafeeds and requires a minor tweak to accomodate any other type of datafeed. It also requires that you
Tags: csv  datafeed  ftp  import  mysql  wget 
3 comment(s)   |   Score: 7.3   |   Language: PHP   |   Posted by Hawkee on Mar 10, 2005
This is very handy for making a yyyymmddhhmmss date look pretty.
Tags: convert  mktime  mysql  pubdate  rss  timestamp 
1 comment(s)   |   Score: 5.0   |   Language: PHP   |   Posted by Hawkee on Aug 29, 2004
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
5 comment(s)   |   Score: 8.3   |   Language: PHP   |   Posted by Hawkee on Aug 20, 2004
Bottom