Hello,
I am part of of non commercial research project, of which the main the deliverable is based around a mysql / php driven website.
The important part is the content though, rather than us developing it from scratch, so no worries there.
In a nut shell, the site will be a type of 'troubleshooting' service where users can identify issues they have (and see what issues others have) and find possible strategies to over come them. We need it so that users can come at the info from several different routes, ie you may look for issues based on the difficulty(ies) the issue relates to, the application(s) it relates to etc
I have designed the database to support this and my next step will be to build the forms using php/html but I'm not sure how quick at this I will be, which has caused me to look at possible alternative development strategies.
how flexible is drupal? is there any facility for building forms based on the database design? Many of the tables are 'related' to each other. say for example, we used drupal and were adding an issue to the Issue table of the database, could we also set the form to allow us to select the difficulties it relates to and update another table based on this selection?