RE: [PHP] snmpwalk

2002-07-09 Thread sonjaya
Have you even cek the box that must run snmp too, try this snmpwalk localhost public -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] snmpwalk

2002-07-08 Thread MAAS
Hi Iam trying to use snmpwalk but I get this: Parse error: parse error, unexpected T_VARIABLE in c:\inetpub\wwwroot\alarm.php on line 7 This Is my code: HTML HEAD TITLEALARM ???/TITLE ? php $a = snmpwalk(192.168.10.8, pub_likt, 1.3.6.1.2.1.1); ? /HEAD /HTML -- PHP General Mailing List

Re: [PHP] snmpwalk

2002-07-08 Thread B i g D o g
try ?php with no space... B i g D o g - Original Message - From: MAAS [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 08, 2002 2:24 AM Subject: [PHP] snmpwalk Hi Iam trying to use snmpwalk but I get this: Parse error: parse error, unexpected T_VARIABLE in c