PHP Network and SocketsMore than 730 titles from different sources. Prepared by gotAPI.com |
|
|
1 - 75 76 - 150 151 - 225 226 - 300 301 - 375 376 - 450 451 - 525 526 - 600 601 - 675 676 - 750 www.gotAPI.com |
An Introduction to Sockets in PHP
Working with low-level sockets can be a painful task in PHP. Fortunately, PHP offers a nice library of socket handling functions to make your life easier. If you do a lot of network programming in PHP, you will want to check out this three-part series, which starts with the basics and takes you through more advanced approaches. This article is the first one in the series.
Build a Query Processor Class for Networking in PHP 5
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.
Developing an Extensible TCP Server with Sockets in PHP
Are you interested in learning how to manipulate low-level sockets in PHP? Your search has finished. This is the second part of the series Handling sockets in PHP, and hopefully you ll find in it valuable material regarding the creation and manipulation of sockets with PHP, in conjunction with numerous illustrative hands-on examples that will help you build socket servers in a few easy steps.
Emulating a Basic Web Server with Sockets in PHP
Do you think that programming sockets with PHP is really hard work? Not at all. If you re still not convinced, read this final part of the series Handling sockets with PHP. In three parts, this series shows how to work with low-level sockets in PHP. It introduces some of the typical tasks, such as creating sockets, as well as reading and writing socket data.
Introduction to Socket Programming with PHP
Are you one of those sorry souls who has desperately tried to learn network programming in C, but never had the stamina to tame the wild beast? I was for a long time until I finally decided that I had to learn it -- not only for my own satisfaction, but because I bumped into a problem that required some network programming. After a few sweaty nights, I became completely overwhelmed. Then I realized that my favorite programming language of all tim...
ODBC Socket Server
System Administration: It s a dirty job, but someone said I had to do it Seen on a T-shirt One of the most commonly faced dilemmas of system administrators is making dissimilar operating systems and tools work with each other. It is my hope that this article will make those system adminstrators jobs a little easier when it comes to making Access and PHP work together. If you want to use your Microsoft Access database with PHP you have a limit...
PHP Networking
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. // ); //]] The mail() function Perhaps ...
Programming Language Popularity: The TCP Index for August, 2004
This article is based on information provided by Tiobe Software. There are a number of methods for determining which programming languages are the most popular. If you ask ten developers for the most popular language, the odds are that the languages they use will influence their answer. If you look at the number of lines of code, you may find that some of the older languages seem to be more popular. You can check the number of classes or th...
Programming Language Popularity: The TCP Index for September, 2004
This article is based on information provided by Tiobe Software ( www.tiobe.com ). Here on Developer.com, we have decided to post the TIOBE Programming Community (TPC) Index. This is just one possible means of indicating the popularity of a langauge. In the month of September, some changes have occurred on the index that may raise a few questions. Most notably C had bumped Java out of the top spot. Less of a surprise, yet still interesting ...
Socket Programming With PHP
If you ve been working with PHP for a while, you re probably used to thinking about it only in the context of a Web page or a Web server. While this is not unusual - PHP is, after all, a scripting language that s most commonly used to dynamically generate Web pages - it can stifle your creativity; as you ll see in this article, there s a lot more you can do with PHP than just connect to a database, retrieve records and insert them into an HTML te...
User route tracing
Logging is an old subject. It s simple just record the page requested, time, IP number and maybe the refering URL. Instantly you can draw up graphs on the most popular pages, the best referers etc. This in its own right is very useful. However, when I was looking at the logs on one of my larger sites, I thought - I know that page x gets so many hits a day, but the user could have come to that page using a variety of different routes. How do us...
|