Archive for the ‘Web Design’ Category


Building a forum in PHP and Mysql

by Pablo Rigazzi - 22 April 2008

Php logoNote1: This article was first published in June of 2003 by “Maestros del Web“. The functions used in the code might need changes for newer versions of PHP and MySQL. We will be happy to receive any comments on this matter.

Note 2: Although the content of this post has been translated to English, the original PHP code is in Spanish.

In this tutorial we will create a forum from scratch by learning to separate code from design and modularising our application so that it is simple to setup and adapt

Read the rest of this entry »