Can i use TelNet in PHP so i can configure my network??
And can i use SNMP through PHP???
i want to configure my network such as router, switches and servers
???😕
Yes you can use PHP to connect to a telnet port. All you need to do is to use [man]fsockopen()[/man] to connect to 23 (telnet port) and then go on from there.
is there sample code so i can learn from it???
Have a look at the first comment on the page I gave the link for on the above post.