<? $cmd = "/usr/bin/wget --spider http://horoaos.com/throttle-status?command=reset,* 2>/dev/null"; $result = @exec($cmd); if($result) echo '성공'; else echo '실패'; ?> 이런식으로 했는데 실패가떠요