On Mon, Jul 14, 2008 at 4:37 PM, Wolf <lonewolf@xxxxxxxxx> wrote: > > $whoami=system('whoami'); > echo $whoami; > > $pwd=system('pwd'); > echo $pwd; > > That should tell you what ID you are and the path you are in. Conversely, so will this method: <?php echo `whoami`; echo `pwd`; ?> -- </Daniel P. Brown> Dedicated Servers - Intel 2.4GHz w/2TB bandwidth/mo. starting at just $59.99/mo. with no contract! Dedicated servers, VPS, and hosting from $2.50/mo. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php