PHP Tutorials
Implementing Ad Support Into Your Site With PHPAdsNew
One of the great things about open source repositories such as SourceForge is the huge amount of quality software that..
Installing PHP on a Windows System
Darrell Brogdon explains the steps required to install PHP on a Windows system..
Installing PHP under BadBlue Web Server
Your production machine might have PHP installed on an Apache server in a Linux environment, but most of the people..
Introduction to Functions: Part 2
John Coggeshall tackles some of the more difficult topics dealing with functions, including variable scope, static variables, and return values..
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..
Learning PHP: Installing and Configuring
Before you can begin programming with PHP, you must first install and configure it on your system. In this second..
Learning PHP: Storing Basic Information
Basic information is stored using variables and data types. In this continuing tutorial, the focus is on teaching you the..
