Hi Marc,
getenv('HOME') and getenv('USER') are probably what you're looking for,
although HOME might be a non-Windows thing.
Both variables should also be available in $_SERVER.Cheers, Andrey.
Hi Marc,
getenv('HOME') and getenv('USER') are probably what you're looking for,
although HOME might be a non-Windows thing.
Both variables should also be available in $_SERVER.Cheers, Andrey.