Top

PHP Code Snippets Tagged with mysql

  (13)  
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
i don't think i'm the creator of this, found on HDD, last modified date is over 3 years so *shrugs* rewrote it today to be in one file ;) Installation: filename.php?type=setup <--- setups the tables
Tags: forum  forums  furby  mysql  php  xstatic 
10 comment(s)   |   Score: 4.0   |   Language: PHP   |   Posted by F*U*R*B*Y* on Mar 15, 2008
yeah just a simple script that counts how many hits per day you get...... just need to add it and the database =)
Tags: daily  hits  mysql  update  xstatic 
4 comment(s)   |   Score: 3.0   |   Language: PHP   |   Posted by F*U*R*B*Y* on Dec 05, 2007
«Description» This is a login System, it has 3 files login.php register.php lastmember.php once a user has been logged in it will return him/her to the home page. to see if they are logged in
Tags: login  mysql  register  system 
19 comment(s)   |   Score: 5.0   |   Language: PHP   |   Posted by F*U*R*B*Y* on Dec 30, 2006
ok, its alot like Hawkee.com's snippet but its 100% purely mine. i'm 100% sure it works BUT i made this without mysql so i dunno if it will work. stupid mysql is stuffing up there is an upload.php
Tags: add  code  codes  coding  mysql  share  snippet  view 
16 comment(s)   |   Score: 7.0   |   Language: PHP   |   Posted by F*U*R*B*Y* on Dec 25, 2006
There is a PHP function named <i>odbc_result_all</i> which returns the query results in a table. I have frequently found it useful to have the same function for MySQL queries. This function
Tags: mysql  php  table 
1 comment(s)   |   Score: 4.0   |   Language: PHP   |   Posted by ryanknapper on Dec 07, 2006
A class to handle sessions by using a mySQL database for session related data storage providing better security then the default session handler used by PHP. You don't need to modify a thing in your application
Tags: class  management  mysql  php  session  with 
1 comment(s)   |   Score: 6.0   |   Language: PHP   |   Posted by stefangabos on Aug 10, 2006
A class providing some very useful methods to work with a mySQL database. For the manual and examples on how to use the class go to <a href="http://stefangabos.blogspot.com/2006/08/zebra-php-f
Tags: class  database  layer  mysql  php 
0 comment(s)   |   Score: 6.5   |   Language: PHP   |   Posted by stefangabos on Aug 10, 2006
It searches through one of your databases that would contain the $search word, and gives you it's outcome.
Tags: mysql  php  search 
2 comment(s)   |   Score: 3.7   |   Language: PHP   |   Posted by Thesus on Mar 10, 2006
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