<?php require(' Categories '); ?>
Beginner Tutorials (1)
Cookies and Sessions (0)
Counters (1)
Database Related (0)
Date and Time (0)
Image Manipulation (0)
Randomizing (0)
Searching (0)
Security (0)
User Management (0)
<?php require(' Page 3 '); ?>
Elegant Scripts
Introductory PHP For Non-Programmers. - [Read more]
How To Compile PHP and Apache 2 from Source On Linux
Provides detailed, step-by-step information on compiling PHP as an Apache 2.0 shared module on a Linux system. - [Read more]
PHP Tutorial (by Martin Geisler)
This tutorial is aimed at users who have no previous experience with programming in PHP or any other programming language. - [Read more]
Three-Tier Development with PHP 5 (ONLamp.com)
Luis Yordano Cruz demonstrates three-tier PHP application design with PEAR::DB_DataObject, Smarty, and PHP 5. The article assumes that you have some familiarity with HTML, Smarty, PEAR::DB_DataObject, MySQL, and PHP 5. - [Read more]
Add mapping functionality to Web sites with Image_GIS in PHP [Tech Republic]
Image_GIS is a PEAR package for PHP that allows you to add digital maps to Web sites using free downloadable GIS files. Learn how to use the Image_GIS package to add mapping functionality to a Web site. - [Read more]
Web Programming Tutorial for the Absolute Beginner
An easy to follow tutorial which focuses on the most elementary PHP concepts. Suitable for people who have heard of PHP, but who have never actually seen or written PHP or any other programming language. - [Read more]
GIS Mapping in PHP
A series of tutorials on using PHP to access GIS mapping information. The tutorials start with the basics, build on them, and provide many examples for more complex functions. - [Read more]
SQL Injection [Chris Shiflett: Security Corner]
Most Web applications interact with a database, and the data stored therein frequently originates from users. Thus, when creating an SQL statement, a developer may use client data in its construction. This article explains SQL injection by looking at a fe - [Read more]
Stopping spambots from submitting forms
Demonstrates a technique for preventing spambots from submitting forms, using questions such as - [Read more]
PEAR MDB Database Abstraction Layer (International PHP Magazine)
This article gives a good introduction to the database abstraction package PEAR MDB. The focus is on explaining the more advanced features of MDB like data type abstraction and the XML based schema management that go beyond what other similar packages off - [Read more]

