Tutorial search

PHP Tutorials
Tutorials
Stuff
Affiliates

PHP Networking Tutorials


We hope that you will enjoy our PHP Networking tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP Networking tutorials to our site. Thank you !

Sort by:
Check your IP
Check your IP
In this tutorial I'm going to show you how to use one little global variable to check your IP
Category: PHP tutorials > Networking - Difficulty:
Get sites ping
Get sites ping
In this tutorial I'm going to show you how you can create this script by using PHP.
Category: PHP tutorials > Networking - Difficulty:
Finding hostname from IP address
Finding hostname from IP address
Finding hostname from IP address through PHP script.
Category: PHP tutorials > Networking - Difficulty:
 Reading a website in PHP
Reading a website in PHP
Reading a website with PHP can be done in various ways. In this tutorial i will explain the fsockopen() function to read www.Google.com.
Category: PHP tutorials > Networking - Difficulty:
Setting up Apache server+Webmin on Ubuntu 7.10/Related Systems
Setting up Apache server+Webmin on Ubuntu 7.10/Related Systems
Apache server Installation on Ubuntu 7.10/Related Systems
Category: PHP tutorials > Networking - Difficulty:
How to get the users IP Address
How to get the users IP Address
The simple version of code used to obtain the users IP address is used to output their IP in a browser. Very simple, but if you did not know how to do it, now you do!
Category: PHP tutorials > Networking - Difficulty:
 Using PHP classes to navigate distributed whois databases
Using PHP classes to navigate distributed whois databases
Whois services changed radically this year with the introduction of competition at the registrar level in the .com/.net/.org namespace and with it the advent of the SRS (Shared Registry System). Find out how to navigate the new whois in your PHP scripts.
Category: PHP tutorials > Networking - Difficulty:
Creating a domain checker
Creating a domain checker
In this tutorial I will show you how to create a PHP script to check whether the actual domain name is available or not.
Category: PHP tutorials > Networking - Difficulty:
Introduction to PHP Sockets
Introduction to PHP Sockets
Learn how to use Sockets to connect to remote computers, or how to listen for connections on your local computer. Many things can be done with sockets
Category: PHP tutorials > Networking - Difficulty:
Port Monitor Script
Port Monitor Script
This is a rather simple script to demonstrate an application that many server administrators could probably find useful -- an uptime notification script.
Category: PHP tutorials > Networking - Difficulty:
Simple Network Monitoring Script
Simple Network Monitoring Script
I derived a nice PHP script for monitoring devices on the network. This is a very simple script that displays whether or not the host is responding on a specified port within the timeout period in a HTML table.
Category: PHP tutorials > Networking - Difficulty:
Automate telnet tasks with PHP Telnet
Automate telnet tasks with PHP Telnet
I have several tasks throughout the day that require entering repetitive commands through a telnet session. PHP Telnet is a PHP script that will allow you to enter your telnet tasks into a PHP file. From then on it's as simple as accessing the script from a browser.
Category: PHP tutorials > Networking - Difficulty:
Check your server status - a basic ping
Check your server status - a basic ping
In this tutorial I will show you how to check whether a domain, server is up or down and how fast it is. Generally speaking we will implement a ping command with PHP.
Category: PHP tutorials > Networking - Difficulty:
Total Tutorials in Category: 13