The SqlCommand class is designed to provide a simple, effective, and yet powerful way to use Microsoft SQL Server stored procedures through PHP, with the aid of the PEAR database abstraction layer. It provides an object-oriented method of declaring and configuring stored procedures in your PHP code, performs strong parameter "typing" of all values passed to the database, and allows you to easily retrieve return and output parameter values from your stored procedures.
MySQL database connection and query class.Sets the database details and connection and allows you to insert or query your MySQL database.A perfect tool for developers.
This script allows an object orientated interface to be created around a mySQL connection. It provides numerous functions to speed up the use of a mySQL database, especially useful is the dumpResultSet() function which prints out the results of the previous query.
Using a unique database design I have developed a php class to have a completly text file database system. Just some of the functions included in the class are for: add/edit/delete records, add/edit/delete tables, sorting a database using a given field, and many more usful functions. This class is very usful for developers wanted to make applications for servers that do not support mySQL or something similar. Tutorials are available from our site.rUpdate/b: version 4.3.3 includes limiting the query() results, editfield() and removefield() were also added.
GrantMySql script allows user to manage users and rights of MySql database from Web browser in easy and simple manner.It is useful for novices as well as for advanced users. If you do not know line syntax of MySql or need often to change or give rights for MySql database, this script is ideal for you.
Accession is powerful development tool aimed at providing developers an intuitive framework through which they can develop complex, web-based database administration applications in a minimal amount of time. Accession promotes the use of 'List'-based, and 'Detail'-based views of your record sets. All a developer needs to do to build rich feature-filled database application is to define to Accession what view type it is to present along with the fields it is to manage, and how these fields are to be presented. Accession supports a plethora of data types and database back-ends, in addition to all the features you'd expect from a database application toolkit. Come see our demos , and we're sure you'll be sold on our solution in no time!
db_upload_file() stores a file in a database table. Make sure that the column data type is big enough for the files you will be storing. db_download_file() retrieves a file from the database and places it in the same path as the script calling it, and returns the relative URL. If the file does not exist in the database, it returns an empty string.
1. Store your patients data on your computer with images. 2. If you have a network you can access the program from the server allowing multiple users to use the program, which is good in a multi room practise.3. A calendar integrated into the software which helps you set the appointments for your patients.The upcoming versions will have more features added to it.
Designed to create a daily snapshot of the dynamic data on your website. (e.g. content management systems, forums, guestbooks etc.)Some of the features include:- Backup multiple databases and servers with different users and passwords.- Backups can be sch
phpDBform is a library to help create a plain html form or a form linked to a MySQL database, to edit, insert, update and delete data, providing a nice presentation to the user.Now there is the new phpDBform Report Creator, to generate reports with support for events, formatting and grouping. It's fully customizable to meet your needs, based on objects making it even more easier to implement new features.