Enable a determined ignoramus to build a web-based application that:
- gets browser-inputted data or csv file uploads from the user (i.e me)
- stores that data in MySQL tables
- processes the data and stores results in other MySQL tables
- arranges the end-result data in easy to read form and displays it in a browser, to the user.
( - Is renowned for ease of use and friendly support)
The functions I want to perform on the data are very much like what excel/access can do but I need something internet oriented and as un-"codey" as possible
I literally just need to get data, do various rearrangements of that data and spit it out in user-friendly form. Only it can't be on a program local to my PC - Has to be web-based.
I've been struggling with php for a while with very minor results - I can't really afford to learn programming well enough so need a tool to speed me along. Unless someone can suggest a REALLY good course to go on
Any help appreciated, especially from Professionals.
Many thanks.