create Archive

12 Jul 2011

Create a DOC file with PHP on the fly

Ever wanted to save a page to a word doc file? this tutorial shows you just how easy it is to do. Turns out using the very super friendly header tag that's built into php will do
5 May 2011

Creating a table within a database

This tutorial will explain how to create a users table in your database. This tutorial will assume you know how to connect to the database.