Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Route tracing with PHP's Net_Traceroute
- Based on the Net_Ping class,Net_Traceroute allows you to trace the route between your server and a remotehost. Like the other modules in the PHP Extension and Application RepositoryPEAR, Net_Traceroute is available as a free download.Once you download and install it, you can use the following simple script tosee how it...
- Tags: Scripting languages, Guest Contributor, Net_Traceroute, PHP
- Technical articles 2004-06-24
Additional Resources
- Ping, traceroute, and DNS with PHP's Net library
- For developers building PHP-backed Web applications, theremay come a time when you'll need to interface with networking-layer functionssuch as ping and traceroute. The problem, of course, is that these aren't builtright into PHP, so you have to find a module that emulates these commonnetworking functions.One easy solution lies in the...
- Tags: Scripting languages, NETWORKING, Guest Contributor, Net_Ping, PHP, DNS
- Technical articles 2004-06-24
- Performing DNS queries with PHP's Net_DNS class
- The PHP Extension and Application Repository PEAR has a handy Net/*hierarchy that includes a number of useful classes for interacting with networkfunctions. If you need to obtain DNS information, the Net_DNS class is for you.It's a free downloadfrom PEAR, and it's actually a port of a Perl module called Net::DNS....
- Tags: Scripting languages, Domain names, NETWORKING, Guest Contributor, DNS, Net_DNS, Net_DNS class, PHP
- Technical articles 2004-06-24
- << Previous
- page 1 of 1
- Next >>