Forum Moderators: coopster
Im back again with alot more experience than I had last time I posted.Well atleast I hope so.
I am searching for a variable, that would allow me to see what the guests username is (If they are using XP) and then definae it as a variable.
So Instead of me calling them guests, I can call them by their username from XP.
Thanks,
Sam
What you can do however is (as it's on this forum) to log users in (then you can remember the data in the cookie)
For more info on how to do this look into library [webmasterworld.com]
Hope this helps!
Michal Cibor
As a general principal, remember that all that you can gather from the user's computer is the information that the browser sends in its request headers. If you don't see it in phpinfo() output, it's not available via PHP.