Hi
Does anyone know how to make a script that list the folders in a specific directory, but when the list is made it must be possible to click on it like a link so people can be redirected, but not to the folder, but to a special file inside the folder.
example:
- list the names on the folders from root
- the names appear in a link form (<a href=' ' </a>) on my php page
- when i click i shall be redirected to one-of-the-folder-names/index.php
thank you for paying attention, i hope you can help
Does anyone know how to make a script that list the folders in a specific directory, but when the list is made it must be possible to click on it like a link so people can be redirected, but not to the folder, but to a special file inside the folder.
example:
- list the names on the folders from root
- the names appear in a link form (<a href=' ' </a>) on my php page
- when i click i shall be redirected to one-of-the-folder-names/index.php
thank you for paying attention, i hope you can help
Comment