0

Is there any way to get the PC name (hostname) in PHP on Linux server hosting? The shell_exec function is not working.

I am using this code:

$a = shell_exec('ipconfig/all');      
echo $a;
Rory McCrossan
  • 331,213
  • 40
  • 305
  • 339
nileshkardate
  • 21
  • 1
  • 1
  • 7

0 Answers0