RE: [PHP] System Command and snmp commands

2004-10-26 Thread Mulley, Nikhil
4 12:41 PM To: [EMAIL PROTECTED] Subject: [PHP] System Command and snmp commands Hi All, I want to use system command to perform snmp queries on a remote machine and the problem is that I want to store the output /result in an Array , so that I can later use it for parsing purposes.I know I

[PHP] System Command and snmp commands

2004-10-26 Thread Mulley, Nikhil
Hi All, I want to use system command to perform snmp queries on a remote machine and the problem is that I want to store the output /result in an Array , so that I can later use it for parsing purposes.I know I could use exec and passthru statements actually,But I am unable to store the result