link generated from username+system date?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kevbrownuk
Forum Newbie
Posts: 1
Joined: Tue Mar 24, 2015 9:54 am

link generated from username+system date?

Post by kevbrownuk »

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?
Post Reply