While trying to build a recursive function yesterday, I realized my understanding of recursive PHP is pretty weak. I am still working on the same thing today… it should not be as hard as it is.
I am trying to build an array in PHP of my team members, with each level nested under their team lead.… read more “Recursive Programming”