I'm new here (well, sort of.... I was a semi-regular a few years back), but, this thread caught my eye. I pretty much develop websites for a living. .NET though... no PHP. And, databases are databases...
Based on what you have posted here, your intial design was a good starting point. Have you made any major changes? Best way to approach this would be to keep it simple! IMHO, this should NOT be difficult anyway (the programming part). Data collection is another story....
Anyway, I'd be glad to help... but, I can't promise any major time commitments (job, wife, kid tend to take up most of my time
).
Oh... again, IMHO, there has to be a way to get data from Excel into MySQL and back. To get data into MySQL from Excel... just export the data into a csv format then import into MySQL. To get it out... create a page that loads data (just like any you've done before), but change the content type to Excel. Not that it matters, I'm just commenting on your reply about getting an Excel report.
Good luck!
Based on what you have posted here, your intial design was a good starting point. Have you made any major changes? Best way to approach this would be to keep it simple! IMHO, this should NOT be difficult anyway (the programming part). Data collection is another story....
Anyway, I'd be glad to help... but, I can't promise any major time commitments (job, wife, kid tend to take up most of my time
Oh... again, IMHO, there has to be a way to get data from Excel into MySQL and back. To get data into MySQL from Excel... just export the data into a csv format then import into MySQL. To get it out... create a page that loads data (just like any you've done before), but change the content type to Excel. Not that it matters, I'm just commenting on your reply about getting an Excel report.
Good luck!