Re: whoami explanation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Per Jessen wrote:
> PJ wrote:
>
>   
>> This really needs some explanation
>> I found this on the web:
>> <?php echo `whoami`; ?>
>> with it there was the comment "the direction of those single-quotes
>> matters" (WHY ?) and it works....
>>
>>     
>
> GIYF - look up "back quotes".
>
>   
>> But this (_*FROM THE PHP MANUAL***_ * -  exec()* executes the given
>> /command/ ) does not,
>> COPIED AND PASTED:
>> |<?php
>> // outputs the username that owns the running php/httpd process
>> // (on a system with the "whoami" executable in the path)
>> echo exec('whoami');
>> ?> |
>> What is going on here?
>>     
>
> What sort of error did you get?  (it works fine here).
>
>
> /Per
>
>   
ok, ok, I found it but you guys are assuming that this is something
everybody should know... hell, I've been tinkering with programming and
unix etc. for many, many years and this is the first time I ran into
back quotes.
SORRY!

-- 

Phil Jourdan --- pj@xxxxxxxxxxxxx
   http://www.ptahhotep.com
   http://www.chiccantine.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux