- 1,251 categories
- 40,829 scripts
- Coding data access methods in PHP for the MySQL we very often come across the same connect, fetch, query and other methods.
Here is a php script which creates a class for DB access, called DBprocess, and in a way makes inserts, updates, selects...
- Categories
- Platforms
- Licenses
- Find all the zip codes within a radius of x miles from another zip code OR find the distance between 2 zip codes. This program was written with simplicity in mind. It is VERY easy to use and install. I even included a working example. This script c...
- Categories
- Platforms
- Licenses
- This class can be used to generate Excel spreadsheets in XLS format.
It can add text or numeric values to given rows and columns of a spreadsheet.
The class may also execute a MySQL database query and generate a single spreadsheet with th...
- Categories
- Platforms
- Licenses
- 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.
- Categories
- Platforms
- Licenses
- This is a MySQL class I wrote to use in my programs. It will allow you to do the following:
- Connect to a mysql database
- Query a mysql database to include
* INSERT|DELETE|UPDATE|REPL ACE|DROP
* SELECT|SHOW|DESCRIBE|EXPL AIN
- Cat...
- Categories
- Platforms
- Licenses
- In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how ...
- Categories
- Platforms
- Licenses
- The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to &"remember&" the values, sub values and also the query string from previous clicked links. In this ...
- Categories
- Platforms
- Licenses
- 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.
- Categories
- Platforms
- Licenses
- Other Free / Open Source License
- This is a Database Abstraction Layer written in PHP and it currently supports both MySQL and MSSQL. Support for other database systems can easily be added.
The Driver also contains a few functions that might be useful for debugging: query count...
- Categories
- Platforms
- Licenses
- Other Free / Open Source License
- This class can perform several tasks and you decide how much you want from it. In its complete form it can generate an interactable paginated columnar listing from a MySQL database.
If you want to use it in parts you can generate XHTML tables ...
- Categories
- Platforms
- Licenses
Page: