Hello
how are you all?
i currently learning php , and i am still trying different things.
if i have a local server ( wamp server ) or hosting server
and for example i am going to have these folders
/ modules
module1
module2
module3
module4
module5
and then for example i have files called index.php in each folder and i need to link to them
<a href="module1/index.php"> use module 1 </a>
i am learning php and trying to create a cms , lets say nuke like , and i want to display folder names in the menu , and link it to the file that will edit or change the module
i need something to list the folders for me ...
thanks