QuantumDoja
Programmer
Hi, I have a recursive function that takes a categoryid and recurses until its parent categories are all found.
e.g
Hard Drives | Seagate | ATA
I take ATA and recurse until i get seagate and Hard drives, but how do i output all the values into an array, i can print them on screen.....can anyone point me in the right direction?
Thanks
e.g
Hard Drives | Seagate | ATA
I take ATA and recurse until i get seagate and Hard drives, but how do i output all the values into an array, i can print them on screen.....can anyone point me in the right direction?
Thanks