I've been doing coding challenges on Hackerrank after not doing so great on a code test. They definitely get you thinking outside the normal, everyday work situations I face during my full-time job. As I find solutions, I am posting them here in case someone else is stuck. I code primarily in PHP, so that's […]
Read MoreCurrently browsing PHP
Creating Rows And Columns Dynamically With PHP, HTML, And CSS
I am referring back to my own example all the time when it comes to creating a table dynamically in HTML. You have a situation where you have an array of items, and you need to place, let’s say, 4 in a row and push the next 4 into another row and so on. What […]
Read More