Hello All
This is where i encounter the problem
$hostin="122.122.122.122";
$l=system('ssh '.$hostin.' ls');
echo $l;
The above one does not work at all but if i hardcode
$l=system('ssh 122.122.122.122 ls');
The ip addr is just an example
Thank you
Tirumal
__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

