i need a little help with adding a variable to a string
as in the following
<? header ("Location: http://www.mydomain.com/user/'PHP_AUTH_USER'"); ?>
http login at user directory then take you to the name of the user directory !!
as in user:john will redirect to
from www.mydomian/user/
to www.mydomian/user/john
Please please help i'm sure its very simple but can't find it anywhere
regards