PHP Code Snippets Tagged with mysql
(13)
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
«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
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
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
It searches through one of your databases that would contain the $search word, and gives you it's outcome.
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




