Installed sucessfully and created an ideal database of information, but it appears I can only display the entire contents of the database all at once. Is there no interface for searching / sorting?
If not, is there an add-on or 3rd party product to achieve this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The form and the admin can be customized to do most anything. I have personally customized both with great success.
Microsoft Access, phpMyAdmin, and many other db tools are available for use with MySQL but all will require some tool specific programming knowledge. THe form admin is a good template that already has most of the information you need to get started customizing your admin with PHP. This has been my choice for getting specific data from my form db's.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Installed sucessfully and created an ideal database of information, but it appears I can only display the entire contents of the database all at once. Is there no interface for searching / sorting?
If not, is there an add-on or 3rd party product to achieve this?
The form and the admin can be customized to do most anything. I have personally customized both with great success.
Microsoft Access, phpMyAdmin, and many other db tools are available for use with MySQL but all will require some tool specific programming knowledge. THe form admin is a good template that already has most of the information you need to get started customizing your admin with PHP. This has been my choice for getting specific data from my form db's.