Advertisment
Web server program sits around awaiting requests from visitors' web browsers for objects it has in its possession, and then sends these...
MySQL text search function comes by default with a minimum word length of four letters. If you try searching for the word 'PHP',...
If you have no idea where to start or need some help on how to install, configure and tweak Apache, PHP, and MySQL on Unix or Windows, this 3-part...
Serverize! is the 'insta-thought-up' name for a tutorial that will guide you step by step on turning your windows machine into a full...
This article lists and discusses a couple of tools that automate the installation process of Linux, Apache, MySQL and PHP (LAMP).
This is a through, yet easy to understand guide to installing Apache, including PHP and its support for different SQL servers, including MySQL and...
This 2-page tutorial walks you through compiling and installing PHP on a Unix system.
This is documentation for installing Apache 1.3.9, PHP 3.011, Perl 5.00502 and MySQL 3.21.29, but should work with ANY recent (or more recent)...
This document describes how to install PHP for Apache on Linux. It was written using Red Hat 6.1, Apache 1.3.9 and PHP 4 Beta 2. You should have...
This article explains how to install PHP 3.x.x for IIS 4.x on Windows NT. These instructions assume that you have a standard IIS 4 installation on...
This is a step-by-step guide to installing PHP3 for Apache on Windows 9x. These instructions assume that you installed Apache for Windows 9x as...
This page walks through the setup of Apache, PHP and MySQL on a Red Hat Linux system. The installation is very similar on other Linux...
This article provides extensive instructions on installing PHP on Apache/Linux. Main topics include: How to Get PHP, PHP Extensions, Building PHP...
This tutorial shows the steps you need to install and configure PHP on Windows. It explains two different ways: Using PHP without Apache, and Using...
Echo is one of the basic functions in PHP, you should get acquainted with it if you want to learn PHP.
If you are new to PHP, this is for you. Here you will learn how to create and run a PHP web page for the first time.
In order to accomplish almost any programming task with PHP you'll be dealing with strings. To get the best out of PHP you must thoroughly...
This introductory guide covers a wide range of subjects on PHP programming. Some of main topics include: PHP history, PHP 4 Architecture, Language...
This article will explain how to build dynamic web pages with PHP. PHP is a very popular and easy to learn script language. Regardless if you are...
An introduction to PEAR with examples of using the Benchmark package.