08-09-2010, 06:15 PM
do you have this
1. Requirements
MyDMS is a web-based application written in PHP. It uses the MySQL RDBMS to manage the documents that are loaded into the application.
Make sure you have PHP 4.0 or higher installed, and MySQL 4 or higher. MyDMS will work with PHP running in CGI-mode as well as running as module under apache. If you want to give your users the opportunity of uploading passport photos you have to enable the gd-library (but the rest of MyDMS will work without gd, too).
You will also need to download and install the ADODB database abstraction library from http://adodb.sf.net/ since MyDMS relies upon it for all database connectivity.
1. Requirements
MyDMS is a web-based application written in PHP. It uses the MySQL RDBMS to manage the documents that are loaded into the application.
Make sure you have PHP 4.0 or higher installed, and MySQL 4 or higher. MyDMS will work with PHP running in CGI-mode as well as running as module under apache. If you want to give your users the opportunity of uploading passport photos you have to enable the gd-library (but the rest of MyDMS will work without gd, too).
You will also need to download and install the ADODB database abstraction library from http://adodb.sf.net/ since MyDMS relies upon it for all database connectivity.