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.
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.
This script allows an administrator to specify the page a user will be directed to once they have been authenciated. Only administrators can create and modify users. Fully configurable, all login pages created with html so you can easily incorporate this into any website. Requirements: PHP, MySQL Database, use of cookies.
Feel free to comment ...
FlexPHPNews Pro is a simple, free and open source news admin system. You can add multi-level sub-categories. Users can search the news by keywords, rate the news or send the news to friends.Feature article ,Site statistics and News archive are available.Easy for internationalization. All the news are printable.Multiple pictures uploads for the news is allowed.Low price customization service is provided.
phpScribe is a documentation generator written in PHP with mySQL support to parse the code files of a project or system to generate HTML-based documentation files. It parses classes and other files with their properties, methods and functions. The user can choose the "skin" of the documentation.
Nadmin Studio is an user-friendly interface to the Open Source Midgard content management engine. Midgard provides organizations with cost-effective ways of creating and maintaining their site in a controllable distributed environment. With Nadmin, marketing departments and product teams have the tools for producing and communicating content to the corporate Web sites and the world at large. Distributed content production provides faster time-to-market for product communication. Also commercial support packages available.
This is a simple calendar script written in PHP which displays a calendar month. It also features a navigation menu to view different dates. Though the script has option of up to year 2010, you can easily extend it by adding more years. Users can add events for any date and also display schedule for any date.