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. |