Posts

Showing posts from August, 2012

Guestbook in PHP and MySQL

Image
Introduction I'm going to create an example of guestbook system using in PHP and MySQL. On the Web, guestbook is a logging system that lets visitor post their message. A visitor can post their thoughts or expressions. In general, it's not a requirement that a visitor create an account.

PHP and MySQL Login System

Image
We are going to create a simple login system written in PHP and using MySQL for the database backend. I hope that this simple tutorial could help a lot especially to beginners in PHP Web development.