I have several folders on my website which all contain pages for different users. Is there any way to get the names of all of those folders so I can make links out of them on a page?
I tried using scandir(), but that's only a PHP 5 function and I'm running 4.3.4


Reply With Quote