Logo name

Practical PHP Programming:Networks

From IpbWiki

  • Currently1.00/5
Jump to: navigation, search

The Internet is really just one big network, albeit the largest and most convoluted one ever created, and there are a variety of different protocols that allow communication. The most common protocol is HTTP, followed by FTP, but there are literally dozens of others, each with their own specific purpose.

PHP has a number of ways to work over a network – the most common protocols have special functions to make often-used functionality easy, but it is possible to use PHP to write any kind of data over any kind of protocol.

The topics covered in this chapter are:

  • What sockets are, and basic socket use
  • How to use sockets outside of HTTP
  • How to create a basic server using PHP
  • Creating a web server
  • Helpful network-related functions
  • HTTP-specific and FTP-specific functions
  • The Curl library


Chapter contents


Next: Practical_PHP_Programming:Sockets

This page was last modified on 20 October 2006, at 12:50.  This page has been accessed 1,755 times.  Content is available under GNU Free Documentation License 1.2Disclaimers