Subscribe
Tutorial search

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 tutorial to our site. Thank you !

Sort by:
Using cURL To Query Remote Servers In PHP
Using cURL To Query Remote Servers In PHP
Learn to use curl with php to query remote webservers for data. This can be done to automate form submission, process credit cards, and more. Topics covered include SSL, proxies, cookie handling, and more.
Difficulty:
Get sites ping
Get sites ping
Learn how to learn how to connect to another site and get site's ping.
Difficulty:
Asterisk Gateway Interface Scripting with PHP
Asterisk Gateway Interface Scripting with PHP
Develop your first ever AGI script using PHP scripting language. This article deals with the most basic elements of AGI scripting.
Difficulty:
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
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.
Difficulty:
Finding hostname from IP address
Finding hostname from IP address
Finding hostname from IP address through PHP script.
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.
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
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!
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.
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.
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
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.
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.
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.
Difficulty:
Total Tutorials in Category: 16