In file C:\xampp\htdocs\eclass\include\action.php on line 25 : Unable to execute statement:"Table '.\eclass\actions_daily' is marked as crashed and should be repaired", sqlstate:"145", errornum:"HY000", statement:"SELECT id, TIME_TO_SEC(TIMEDIFF(NOW(), last_update)) AS diff, module_id FROM actions_daily WHERE user_id = ? AND course_id = ? AND day = DATE(NOW()) ORDER BY last_update DESC LIMIT 1", elapsed:0.002

In file C:\xampp\htdocs\eclass\include\action.php on line 50 : Unable to execute statement:"Table '.\eclass\actions_daily' is marked as crashed and should be repaired", sqlstate:"145", errornum:"HY000", statement:"SELECT id FROM actions_daily WHERE user_id = ? AND module_id = ? AND course_id = ? AND day = '2024-07-23'", elapsed:0.003

In file C:\xampp\htdocs\eclass\include\action.php on line 71 : Unable to execute statement:"Table '.\eclass\actions_daily' is marked as crashed and should be repaired", sqlstate:"145", errornum:"HY000", statement:"INSERT INTO actions_daily SET user_id = ?, module_id = ?, course_id = ?, hits = 1, duration = 900, day = '2024-07-23' , last_update = NOW() ", elapsed:0.002

Annotated C90 codes I've written as complementary material for two seminars: [6-11-2018] Intro to Pointer Variables (A. Zacharia & R. Karkanis) [13-11-2018] Pointers and Arrays (R. Karkanis) You will need a compiler that adheres to the ISO/IEC 9899:1990 (or newer) standard. All programs were tested using cl.exe cl.exe is a tool that controls the Microsoft C and C++ compilers and linker. In case you find any inaccuracies, mistakes, blunders; be it logical or... illogical; please inform me. I am just another student. You are allowed to use the material for whatever reason you see fit. I'd appreciate & encourage you to inform me in case this material helped you in any way. The material I've used in the preparation of these two seminars are: [1] Ted Jensen. "A TUTORIAL ON POINTERS AND ARRAYS IN C", Sept. 2003. [Online]. Available: http://home.netcom.com/%7Etjensen/ptr/pointers.htm,[Accessed Oct. 27, 2018]. [2] K. N. King, C Programming: A Modern Approach. New York: W. W. Norton & Company, 2008. Enjoy. -Rafail Karkanis