| .: PHP/Msql Database Script |
|   |
| This PHP__script will allow you to open any MiniSQL database, and then list the__database contents, make additions, deletions, and updates. The script__communicates__with the MSQL server to determine the names and types of fields in the__database table. The first field in the database table needs to be a__unique string field which will__be used as the key for changes. Other fields can be any type. |
|   |
| Back to main page |
|   |