Just going through the Cookbook. the method to find server name given in page 10 under tmp dir permissions is <?php echo `whoami`; ?> but i think it should be <?php echo exec('whoami');?> thank u.