TimRegester
Technical User
Hi
I have a project with the following functional spec and the following tools.
I am writing a database containing records for a number of surveys. The surveys need to be shown as a table, one row per record with a number of optional and tabbed views, by date, by location, by value etc with one record per row and searchable via query on any field or freeform, as there will be multiple addresses per record. I need drill down to a form with all the records details.
I have a Centos Linux server, with Apache, Mysql4 and php4 installed.
I know HTML 4 CSS and SQL so understand mysql from my oracle/ingress/VB days. I can create a form based record for each record but I have no idea how to do the table. I also have a VB, VBA and some C programming experience.
I have designed the database, witten input forms etc but now need to write the table pages.
PHP and Mysql seem the obvious route and record locking conflicts should be rare due to the usage pattern currently envisaged.
Which books or tutorials can people recommend that will show me this and get me over this stumbling block, most books seem aimed at web development, not database application development, the application would be relatively simple in say Access 97 but we are using Openoffice 2.O and anyway mdbs are a network nightmare to manage.
I have a project with the following functional spec and the following tools.
I am writing a database containing records for a number of surveys. The surveys need to be shown as a table, one row per record with a number of optional and tabbed views, by date, by location, by value etc with one record per row and searchable via query on any field or freeform, as there will be multiple addresses per record. I need drill down to a form with all the records details.
I have a Centos Linux server, with Apache, Mysql4 and php4 installed.
I know HTML 4 CSS and SQL so understand mysql from my oracle/ingress/VB days. I can create a form based record for each record but I have no idea how to do the table. I also have a VB, VBA and some C programming experience.
I have designed the database, witten input forms etc but now need to write the table pages.
PHP and Mysql seem the obvious route and record locking conflicts should be rare due to the usage pattern currently envisaged.
Which books or tutorials can people recommend that will show me this and get me over this stumbling block, most books seem aimed at web development, not database application development, the application would be relatively simple in say Access 97 but we are using Openoffice 2.O and anyway mdbs are a network nightmare to manage.