I've been solving most of my issue looking at already answered questions, but for this one I couldn't find any, and I don't really know where to start looking.
I want to create a page, that collects 3 types of times through the day, Good time, bad time, and planned time, so when I go from good time to bad or planned time, I reload the page and conserve the total time and the previous bad, good and planned time, it's basically a mesuarement of Overall equipment efficency, and I also want to display a progress bar that graphs the good, the bad and the planned down time, by colors, in order of its occurrence, I know how I can do this using a JQuery graph, but I don't know how to "manage" the times through realoading.
I'm not asking for code, just for a good "search term" or the functions I should use, I'm just using PHP and MySQL.