Hi. PHP/MySQL are not strengths for me, and I want to get started creating a fairly simple website which is mostly a database interface.
For the moment, I am looking for a tool which can help me put together this website. I could learn the coding myself, but I want to get started soon, and I don't want my website to be poorly coded, full of security holes, etc.
The description is as follows...
Content of the database is about seven tables which interrelate heavily. Example: People, Objects, Procedures, Situations. Various People might use various Objects for various Procedures in various Situations. That's a simplified description, since again, there would be at least seven main tables.
End users should be able to search the database for any single parameter or combination of parameters. (e.g., search for X Situation and Y Procedure and find out which People would use which Objects in that case).
The initial search result would be a table of matching results, at which point users could click on one result for a detail display. The detail would show all correlations of that instance to all tables.
So my questions would be: - What tool(s) would I need to get it done?
- Is it practical to do this without learning more PHP & SQL first? (I'd like to get it prototyped sooner rather than later)
- What haven't I specified that you would need to know to answer the above?
Many thanks in advance!
|