hi there
i hope someone have an idea for this problem
i am trying to get the username before the @ into a variable. see this:
tom.example@domain.com
tom.example should go into $username
i know about the header() authentication and .htaccess and ...
but that's my problem: i DON'T want to authenticate i just want to use this for displaying specific content. and if i do not authenticate with username/password through some mechanism it seems that my php-variables $PHP_AUTH_USER and $REMOTE_USER are empty (that's logic).
thanx in advance