Recursion through heirarchical table structures...
Posted: Sat Oct 29, 2005 6:11 pm
It is my understanding that recursive functions have been removed from the newer versions of PHP - has this impacted your ability to effectively utilize heirarchical table structures? I'm curious how others have approached this, as I am currently working on a way to to pull ALL "related" items (children and levels below) - not for the purpose of simply listing them out, but for utilization in future SQL searches.
If there is an easy solution (recursive function that still does exist), I'd love to know, because my hours spent searching the net have revealed nothing that is functional.
If there is an easy solution (recursive function that still does exist), I'd love to know, because my hours spent searching the net have revealed nothing that is functional.