What I need is a Script which could redirect registered users only to specified files. For example user abc should access only abc.htm und user xyz should access only xyz.htm. The login script must be able to redirect user abc to file abc.htm and user xyz to xyz.htm Can someone please help me
like this ?
if($username="foo"){ print "<head><meta name=refresh content=1 url=foo.html></head>"; }
and this for each user ?
I think there must be a better way to do it, but I don't know it, haven't got naoug experience
many many thanks