PHP Freaks Tutorials Archives

Inserting and Displaying Information From a Database

In this tutorial you will learn some basics for inserting data into and retrieving data from a database.

BBcodes and smilies

BBcodes is an excellent way of allowing your users to format their text without allowing them to use HTML. Learn how to make a parser class in this tutorial.

Introduction to Object Oriented Programming in PHP4

Learn how to program in OOP.

Creating dynamic RSS feeds

Using RSS feeds is a commonly used way of distributing your news headlines to the world. This tutorial will show how to make it “automatically”.

Incremental MySQL Backups

Learn how to backup your database with MySQL using a shell script.

Planning PHP Projects

Designing Code

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.

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.

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.

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.