I see you've done a great job here! But instead of going through the long hassle of procedural programming which is prone to errors, and relatively uneasy to maintain codebase, I think switching to object oriented style of programming would be more profitable!
PHP has advanced from the old mysqli ways to PDOs now, and as developers in this modern age, we need to start adopting these new trends.
Between, thanks for sharing this! It sure would come in handy to someone that has been having problems!
nice one...PHP!!!
Good article. Simple to understand. I agree that OOP would make the code even more easier to follow and maintain, especially if more lines of code were to be added. Another thing, HTML is more forgiving but it is a good practice to keep track of all tags. It seems a lot of the
<li>
tags were not closed. That can lead to issues with some JS libraries down the road. Good thing is that modern web-browsers can 'fix' that still display the UI correctly.thanks. I stick to what i know best and also source for ways on improving and doing it better.