0
Well, I finished a course in PHP, I’m not an expert and I’m creating a course system. I need that when the user starts attending the class, the system saves the running time of the video every 3 seconds. And save it so that the next time he enters the site, he can pick up where he left off! I thought I’d do it with localStorage, cookies and others. But I need that from where the user access, he can continue watching. I thought about sending the time to the Database. I just don’t know what structure and function to do it. Could you help me?