Posts filed under 'PHP Freaks Tutorials'

Handling XML data

Learn how to handle XML data with PHP 5.

Continue Reading · Add comment

PHP Application Design Part 2: UML Class Diagrams

Learn how to use class diagrams.

Continue Reading · Add comment

Bits and bitwise operators

This tutorial will attempt to teach you what bits are, how binary arithmetic works, what bitwise operators are and how they work.

Continue Reading · Add comment

PHP Application Design Part 1: OOP In Full Effect

Ready to start building extensible applications?

Continue Reading · Add comment

Clean URLs without mod_rewrite

As you may know, clean URLs can be made with Apache’s mod_rewrite, but you are able to make clean URLs with PHP only. Learn how in this tutorial

Continue Reading · Add comment