link generated from username+system date?
Posted: Tue Mar 24, 2015 10:32 am
Hi,
Very new to this, never been on a proper coding forum before, but just really hoping to find out if something is possible in PHP.
we have an internal intranet site which sits on PHP and mysql and uses windows Auth to pick up the username of the person logged into the computer.
What im looking to do is:
a user clicks on a button, and the button takes them to a folder location/file made up from a fixed address + suffix that will change daily depending on the systemdate, so it will be something like:
http://server/kevinbrown20140220.pdf
Is it possible to create something like this?
Very new to this, never been on a proper coding forum before, but just really hoping to find out if something is possible in PHP.
we have an internal intranet site which sits on PHP and mysql and uses windows Auth to pick up the username of the person logged into the computer.
What im looking to do is:
a user clicks on a button, and the button takes them to a folder location/file made up from a fixed address + suffix that will change daily depending on the systemdate, so it will be something like:
http://server/kevinbrown20140220.pdf
Is it possible to create something like this?