2D Graphics

3D Graphics

Audio Editing

Business Applications

Client Side Coding

Databases

Design and Layout

Desktop Programming

Operating Systems

Search Engines

Server Side Coding

Site Business

Site Management

System Administration

Video Editing

Web Hosting

Ad Management (0)
Calendars (0)
Chat Systems (0)
Classified Ads (0)
Content Management (0)
Cookies and Sessions (0)
Counters (0)
Database Related (3)
Date and Time (0)
Development (0)
Discussion Boards (0)
E Commerce (1)
Email Systems (0)
Error Handling (0)
File Manipulation (0)
Flash and PHP (0)
Form Processing (2)
Guestbooks (0)
Image Manipulation (1)
Installing PHP (2)
Introduction to PHP (1)
Link Indexing (0)
Mailing List Management (0)
Miscellaneous (1)
Networking (0)
News Publishing (0)
OOP (1)
PEAR (1)
PHP vs Other Languages (0)
Polls and Voting (0)
Postcards (0)
Randomizing (0)
Redirection (0)
Searching (1)
Security (2)
Site Navigation (0)
User Authentication (1)
WAP and WML (0)
Web Fetching (0)
Web Traffic Analysis (0)
XML and PHP (2)

1. Building a Bulletproof Contact Form with PHP

Posted on Mar 3, 2008 by Matthew Pennell

The humble contact form: It’s the cornerstone of nearly every website, from the humble personal blog right up to the corporate megasite—and a billion small business sites in-between. In the early years of operating a website, we were happy to put our shiny new email address...

More info

Rating: [0.00] Votes: [0] Report this link as broken

2. Creating Search Engine Friendly URLs In PHP

Posted on Mar 5, 2008 by Quentin Zervaas

One of the major reasons for using a server-side language such as PHP is for the ability to generate dynamic content. Often this will lead to single scripts that produce their content based on the input parameters (that is, the variables in the URL).

More info

Rating: [0.00] Votes: [0] Report this link as broken

3. The HYSOCAMTT templating approach

Posted on Mar 12, 2008 by Brett Zamir

This article aims to highlight a approach which allows one to separate everything from one's business logic to one's design logic, to XHTML from CSS, one's Javascript from the page structure, etc., while at the same time being able to be lazy and include.

More info

Rating: [0.00] Votes: [0] Report this link as broken

4. Managing Sessions and State with PHP

Posted on Mar 3, 2008 by Brian Fioca

MVC Frameworks, such as WASP, provide a solid jumping-off point for entry-level programmers to produce strong, well-formed code. The framework simplifies such things as creating a page (using a kind of page object)...

More info

Rating: [0.00] Votes: [0] Report this link as broken