Archive for April, 2005

LAMP, MySQL/PHP Database Driven Websites - Part III

Part III of III. Includes discussion of Many to Many relationships, SQL Joins, OOP, PHP Documentor, using classes, and emitting Javascript with PHP.

Continue Reading · Add comment

LAMP, MySQL/PHP Database Driven Websites - Part II

Part II of III. Includes discussion of Many to Many relationships, OOP, PHP Documentor, using classes, and emitting Javascript with PHP.

Continue Reading · Add comment

Introduction to HTTP Response Splitting

In this article about web server / PHP Security, you can learn about HTTP Response Splitting and how to avoid the vulnerabilities with it.

Continue Reading · Add comment

Including Files in PHP - Beginner Tutorial

This is a beginner tutorial which covers most of the problems we see new PHP developers having. This tutorial covers the different constructs used to include files, command line techniques, using the DOCUMENT_ROOT, and saftey / security tips about the inclusion of files.

Continue Reading · Add comment

Complete PHP Mail Tutorial - Everything You Need to Know

Learn how to use PHP Mailer and send e-mail with PHP the easy way!

Continue Reading · Add comment