Forum Moderators: mack
I have a page (http://www.example.com/clients/login.php) that I want to have links that will redirect to
http://www.example.com/clients/USERNAME/foobar.php
http://www.example.com/clients/USERNAME/widgets.php
Every client will have his own directory with the foobar.php, widgets.php and other files in it.
How do I set up the links using the username supplied from the authentication?
register_globals is turned on if that makes a difference.