Hi,
Im working on a intranet website.
I have multiple folders on a windows 2008 server.
Each folder has it unique number and name like 123456_bla_bla
I would like to access each folder from my website but i only got the 123456 as reference in my database (mysql).
Is it possible to get php to open the folder 123456_bla_bla based on only the first numbers?
My website is running on the same server where the folders are so it would only be something like this:
echo ("<a href=\"file://server/$variable\">Link to folder</a>");
Best regards