Categories
Tags → Display Mysql Query

Sam Database Pagination Class

This class can be used to display database query results split in multiple pages. It can perform queries to a MySQL database table and retrieve a range of results to display in the current page given the page number and the limit of results to ...
DETAILS

florDatagrid: A simple php datagrid class

1. Easy to generate reports 2. Columns automatically determined and appropriate number of html table columns are created. 3. Can tweak color, padding, and other basic settings of the grid. 4. Allow setting a dataKey property for recording the k...
DETAILS

Counting records in PHP/mySQL

Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected range of rows.
DETAILS

mysqlForm

This class can be used to create HTML forms for entering values to create new records of a MySQL database table. It identifies the list of fields of a given mysql table. Then it generates HTML for a form that includes inputs to enter values for...
DETAILS

Mysql Select Query

This simple script uses the DBI module in order to connect to a Mysql database, retrieves the results from a select query and display the results inside a while statement. There is a live example as a demo.
DETAILS

Hitcounter

this script is ment to count the number of unique visitor per page on Your site. The script only counts the pages You assing the script to. It is not ment to show the number of visits on Your pages. However, if You have counted them, You can que...
DETAILS

MySQL/HTML-Client

mySQL/HTML-Client is a Web interface to a mySQL database written in PHP. It allows you to display and query database.
DETAILS
©2003-2008 jCay.com