|
Database Management
|
|---|
| AccessDBM is a simple wrapper for the PHP3 dbm file functions. It's primarily used for quick-and-dirty
single-method'' programs. Supported DBM functions include initializing, adding and removing entries, getting values, openning and closing DBM, searching for keys and values, and more.
| | Price:Free Rate: 0.0(out of 5) Vote:0 |
|
| | | |
|---|
| Paginator is a php class that will help you to split your record sets into pages. I wrote this class to save myself some time and then thought others might find it helpful. Paginator will return a number that you can use to set your base record and a number to use as an offset. For now I know it works in mySQL queries and with arrays. It also has methods to make it easy to make your page links. There also is an extension with some pre-made link sets to make things even easier.
| | Price:Free(GPL) Rate: 0.0(out of 5) Vote:0 |
|
| | | |
|---|
| PHP Text DB is a flat file database manager which will allow you to provide dynamic content without the need of MySQL or ODBC. It allows: Adding new records, Editing current records, Deleting records, Displaying all records, Displaying todays records, Searching the records, and Allow / disable HTML. It is easy to install, and you can control the appearance and field names of the database through one simple text file. PHP Text DB consists of several small php pages which can easily be modified to suit your needs.
| | Price:FREEWARE Rate: 0.0(out of 5) Vote:0 |
|
| | | |
|---|
| DESCRIPTION:
Simple SQL provides functions to retrieve single fields or rows of a table, insert rows given arrays of column names and values, update single fields of a given table row, delete given table rows and many other common needs.
ADVANTAGES:
- This PHP class file will eliminate nearly all code from the built in std mysql PHP functions.
- Speed, it will dramatically decrease development and execution time.
- Extremely easy to use; one hardly has to understand the MySQL syntax.
- It automatically determines whether or not there is an open connection to the MySQL server. It will connect and reconnect automatically.
- The built in debugging functions make it easy to solve syntax error and logic error.
- Supports arrays for arguments and returns ASSOC arrays from the DB with indexes.
- Stores resource links and common variables such as the last table used.
| | Price:GPL Rate: 0.0(out of 5) Vote:0 |
|
| | | |
|---|
| PHXCodeMaker is a utility to generate mysql table admin forms in php pages. Simply type the sql select corresponding to the columns and table desired and the source code will be automatically generated and created. Global search condition on all significant columns, page browsing with next/previous navigation & controlled pages number, alphabetical simple search, sorting asc and desc on column headers, auto links on emails or url fields, image field display, update and creation in table list view and form view, duplication, deletion, multi-language, number alignment, quotes input in string, line color alternance, graphics, cookies, etc.
| | Price:Free Rate: 0.0(out of 5) Vote:0 |
|
| | | |
|---|
| This is a dynamic query generator for MySQL and PHP4. It can create a new query or run an existing query. Several tables can be selected from a single database for relational queries. The query can be edited, saved and run dynamically.
Update (2001-06-18): The browser related bugs have been fixed. The query results are presented in a tabular form.
| | Price:Free/$5 Rate: 0.0(out of 5) Vote:0 |
|
| | | |
|---|
| After fulfilling business request after request - with many short php web pages calling the function. Decided to progressing this further - by removing the web page altogether (hitting the function via a wrapper). Let it handle the query, via variable parameters passed in on the HTTP GET. This posed a bit of problem, pushing complexity on the enquirer. So then decided to write a web (interface) form to drive the function (wrapper) - which subsequently made the query. :)
| | Price:free Rate: 0.0(out of 5) Vote:0 |
|
| | | |
|---|
| SQLAdmin is an SQL administration user interface for the Web. Its goal is to enable remote editing of tables stored in a SQL database. SQLAdmin is written in PHP and currently supports only mSQL (more databases support is planed).
| | Price:Free Rate: 0.0(out of 5) Vote:0 |
|
| | | |
|---|
| PHP class that creates a Web Data Entry Form for a database table and handles all processing of the form including validation of data, inserts, updates and deletes. Very customisable and flexible. Uses ADODB to connect to databases and simple Templates.
| | Price:Free (GPL) Rate: 0.0(out of 5) Vote:0 |
|
| | | |
|---|
| I find this little script very useful for web applications that need to automatically generate tables. I wrote it because I felt it was wrong to have a script execute create table SQL statements for tables that already existed.
| | Price:Freeware Rate: 0.0(out of 5) Vote:0 |
|
| | | |
|
Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |