Installating a PHP IRC Bot wildphp.com - Simple PHP IRC Bot, is a simple PHP IRC Bot class designed to connect to an IRC server, run a few simple commands. This short tutorial will show you how to set him up with XAMPP
Send SOAP XML Request via PHP tidytutorials.com - The aim of this example is to create a simple PHP script that cam be fed a url from the command line and xml from the standard in. It will then send the xml to the url and get the response. This works with http and secure http or https too. Use this PHP s
How to Write a Script to Send a Trackback earn-web-cash.com - This tutorial walks you through creating a php script to send a trackback HTTP request to a blog, read the response, and let the user know whether or not the trackback was successful.
Creating a domain checker phptoys.com - In this tutorial I will show you how to create a PHP script to check whether the actual domain name is available or not.
Link Verifier tutorialcode.com - Using sockets check whether and link input by a user is working or gives a 404 error, many uses in many websites. Don't let users submit 404 links anymore!
Check your server status - a basic ping phptoys.com - 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.