browse by tag: networking
sort by
Easy IP to country lookup
in PHP added by prodevtips, on 27/3/2008 beginner tutorials geo-ip networking
Check which country your visitors are coming from with an easy to use open database.
comment save reportPHP whois client function
in PHP added by AnyExample, on 19/9/2007 networking whois
This article contains PHP implementation of whois client (as a function ae_whois), which may be used to request domain information from specified whois servers.
comment save reportReading a website in PHP
in PHP added by CombinedMinds, on 1/9/2007 fsockopen networking
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.
comment save reportCreating an IRC bot in PHP
in PHP added by goodphptutorials, on 19/8/2007 irc networking sockets
In this tutorial you'll learn how to create a simple IRC bot with PHP. You'll learn how to use sockets within PHP.
comment save reportGet Adsense Stats from PHP
in PHP added by goodphptutorials, on 17/8/2007 adsense curl networking webservice
Most of us webmasters use adsense for our websites. Havent you just like me wanted to get the stats via PHP directly into your own script? Here is how to get channel data with a script ready to use
comment save reportDownload files with cURL
in PHP added by Nikolas, on 11/7/2007 curl download files http networking programming
A snippet that helps you download files from the web, with the use of the well known cURL library for php.
comment save reportBuild a Query Processor Class for Networking in PHP 5
in PHP added by goodphptutorials, on 15/3/2007 hostname ip networking php5 web service
Welcome to the first of three tutorials in a series that covers network programming in PHP. In this article you will learn how to use some useful PHP networking functions that will help you perform a variety of common networking tasks. To that end, you will build a simple networking query application in PHP 5.
comment save reportGoogle Webservices with PHP
in PHP added by goodphptutorials, on 5/3/2007 PEAR google networking soap webservice
Have you ever wanted to enrich your site with information from Google, Amazon, eBay, or one of the many other sites that provide web services through SOAP? In this tutorial, I will be demonstrating how to use the SOAP package from PEAR to query Google's extensive database.
comment save reportPHP SOAP Extension
in PHP added by goodphptutorials, on 2/12/2006 advanced networking soap web services xml
This article describes the new SOAP extension for PHP. It is intended for PHP developers who want to write their own Web Services servers, or use SOAP to access existing ones. It assumes some familiarity with Web Services, SOAP, and WSDL (Web Services Description Language).
comment save reportUsing the Digg API
in PHP added by goodphptutorials, on 22/11/2006 networking
This will not be an in-depth article on how the Digg API works. The goal of this post is simply to get people started with examples of using the API in PHP.
comment save reportProgramming eBay Web Services with PHP 5
in PHP added by goodphptutorials, on 3/11/2006 api ebay networking php5 webservices
Over the last ten years, eBay has emerged as a platform where people can buy and sell practically anything. With more than 135 million users worldwide, eBay is a thriving online marketplace. Best of all, eBay isn't constrained by HTML. By using eBay's web services APIs, members of the eBay Developers Program can hook into the eBay platform using XML to integrate eBay into their own applications.
comment save reportSend SMS easy with PHP and cURL
in PHP added by goodphptutorials, on 17/10/2006 gateway networking sms text message
In this tutorial we will build a simple web page that allows your visitors or yourself to send SMS/text messages to a mobile phone globally, it's very easy. We will use Clickatells SMS HTTP API for this. With minor modifications you can make it work with other SMS providers as well.
comment save reportRetrieving XML With Curl and SimpleXML
in PHP added by goodphptutorials, on 29/9/2006 networking
PHP 5 introduces SimpleXML and its a perfect name as parsing XML data is truly simple. In this tutorial we'll be using curl to retrieve the XML data from a remote web server.
comment save reportRead your e-mail with PHP!
in PHP added by goodphptutorials, on 21/8/2006 email networking web interface
Ever wanted to build your own web mail interface or auto-responder? In this tutorial Dennis Pallett shows you the basics of reading e-mail with PHP and a POP3 class.
comment save reportDetecting Proxies
in PHP added by goodphptutorials, on 27/2/2006 ip address networking proxies
Easily detect most kinds of proxies and even determine a user's real IP address.
comment save reportPHP Networking
in PHP added by goodphptutorials, on 27/2/2006 e-mail mail networking whois
I thought I'd take some time to acquaint you with yet another facet of my favorite language: the network-related functions. In this article I touch upon several cool applications, including how to use PHP to send e-mail, verify e-mail addresses, call operating system functions from within a script, and finally conclude the article with an explanation of how to query a WHOIS database for domain information.
comment save reportIntroduction to Sockets
in PHP added by goodphptutorials, on 3/12/2005 networking sockets
Today we'll be taking a look at one of PHP's more underused features: Sockets.
comment save report