getting username...

A

Anonymous

Guest
There are actually many ways to do that.
Do you have any code? which database are you using ?
Give us a little bit more info.
 
Surprisingly, a quick Googling didn't turn up anything useful. I don't know anything about the FrontPage extensions, but it is probably the case that if any of the authentication information is available to PHP, you'll find it in the $_SERVER array. My recommendation is that you just dump the whole thing and see if you spot your username in there.
 
Back
Top