Best Tutorials website
Latest tutorials

Advertisment

A WebServer Guide -- Help Using Apache by Nakul Goyal

A WebServer Guide -- Help Using Apache by Nakul Goyal

Web server program sits around awaiting requests from visitors' web browsers for objects it has in its possession, and then sends these...


Views: 940 | Rating star | by Amy
PHP - Installing PHP

Setting the minimum word length for MySQL text search

Setting the minimum word length for MySQL text search

MySQL text search function comes by default with a minimum word length of four letters. If you try searching for the word 'PHP',...


Views: 885 | Rating star | by Source
PHP - Installing PHP

How to Get Apache, PHP, and MySQL Up and Running

How to Get Apache, PHP, and MySQL Up and Running

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...


Views: 920 | Rating star | by David
PHP - Installing PHP

Serverize!

Serverize!

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...


Views: 1075 | Rating star | by Mark
PHP - Installing PHP

Installations: Fast and Easy

Installations: Fast and Easy

This article lists and discusses a couple of tools that automate the installation process of Linux, Apache, MySQL and PHP (LAMP).


Views: 881 | Rating star | by Isac
PHP - Installing PHP

Apache, PHP and SQL on Linux, for Newbies

Apache, PHP and SQL on Linux, for Newbies

This is a through, yet easy to understand guide to installing Apache, including PHP and its support for different SQL servers, including MySQL and...


Views: 1019 | Rating star | by Source
PHP - Installing PHP

Basic Installation of PHP on a Unix System

Basic Installation of PHP on a Unix System

This 2-page tutorial walks you through compiling and installing PHP on a Unix system.


Views: 919 | Rating star | by Isac
PHP - Installing PHP

Configuring Windows 98 for Local PHP Development

Configuring Windows 98 for Local PHP Development

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)...


Views: 858 | Rating star | by Marry
PHP - Installing PHP

Installing PHP 4.x for Apache 1.x.x on Linux

Installing PHP 4.x for Apache 1.x.x on Linux

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...


Views: 888 | Rating star | by Troy
PHP - Installing PHP

Installing PHP 3.x.x for IIS 4.x on Windows NT

Installing PHP 3.x.x for IIS 4.x on Windows NT

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...


Views: 898 | Rating star | by Daniel
PHP - Installing PHP

Installing PHP 3.x.x for Apache 1.x.x on Windows 9x

Installing PHP 3.x.x for Apache 1.x.x on Windows 9x

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...


Views: 864 | Rating star | by Steve
PHP - Installing PHP

How To Install Apache+PHP+MySQL

How To Install Apache+PHP+MySQL

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...


Views: 1028 | Rating star | by Sarah
PHP - Installing PHP

Adding PHP to Apache on Linux

Adding PHP to Apache on Linux

This article provides extensive instructions on installing PHP on Apache/Linux. Main topics include: How to Get PHP, PHP Extensions, Building PHP...


Views: 959 | Rating star | by Sean
PHP - Installing PHP

How to Install and Configure PHP3 on Windows

How to Install and Configure PHP3 on Windows

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...


Views: 1083 | Rating star | by Adam
PHP - Installing PHP

Getting along with echo

Getting along with echo

Echo is one of the basic functions in PHP, you should get acquainted with it if you want to learn PHP.


Views: 1105 | Rating star | by Simon
PHP - Introduction to PHP

PHP Lesson 1 - First PHP Script

PHP Lesson 1 - First PHP Script

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.


Views: 1019 | Rating star | by Steve
PHP - Introduction to PHP

PHP Strings Primer

PHP Strings Primer

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...


Views: 1012 | Rating star | by John
PHP - Introduction to PHP

Introduction to PHP (by Stig Sæther Bakken)

Introduction to PHP (by Stig Sæther Bakken)

This introductory guide covers a wide range of subjects on PHP programming. Some of main topics include: PHP history, PHP 4 Architecture, Language...


Views: 819 | Rating star | by Colin
PHP - Introduction to PHP

Building dynamic web pages with PHP

Building dynamic web pages with PHP

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...


Views: 1042 | Rating star | by Jarry
PHP - Introduction to PHP

  Introduction to PEAR

Introduction to PEAR

An introduction to PEAR with examples of using the Benchmark package.


Views: 990 | Rating star | by Amy
PHP - Introduction to PHP