php-general | 2004032
Date: 03/30/04
- Next message: Evan Nemerson: "Re: [PHP] Bison and Flex required to install PHP?"
- Previous message: Robby Russell: "Re: [PHP] running php in sequence"
- Next in thread: Ray Hunter: "Re: [PHP] SNMP PLEASE HELPP!!!!!!!!!!"
- Reply: Ray Hunter: "Re: [PHP] SNMP PLEASE HELPP!!!!!!!!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
<?
$a = snmpwalk("216.18.74.170", "public", "");
for($i=0; $i<551; $i++)
{
print $a[$i];
print "<br>";
}
?> This is my code and i recieve a huge list. Some of it i understand but
i can't understand the OID part and all the ips there. Can you please help
me Thanks
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Evan Nemerson: "Re: [PHP] Bison and Flex required to install PHP?"
- Previous message: Robby Russell: "Re: [PHP] running php in sequence"
- Next in thread: Ray Hunter: "Re: [PHP] SNMP PLEASE HELPP!!!!!!!!!!"
- Reply: Ray Hunter: "Re: [PHP] SNMP PLEASE HELPP!!!!!!!!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

