Getting started with PHP sessions
HTTP is a stateless protocol. That is, a HTTP request to a website has no information or record of the preceding requests. This is where sessions come into picture. Sessions is a mechanism to preserve...
View ArticlePHP MySQL Basics Tutorial
PHP and MySql are the most common and popular combination you would come across on the Internet. Affordable Linux hosting, open source nature of these two technologies and the freedom from expensive...
View ArticleOrganize project through include files
A tutorial on how to use a include files to organize your PHP project.
View ArticlePrevent Duplicate Form Submission
Learn how to use PHP sessions to prevent duplicate form submission or re-submission.
View ArticleHandling forms in PHP
A simple tutorial on handling forms in PHP. More often than not, this the first stumbling block for most PHP beginners.
View ArticleFive tips for PHP newbies
Five things you should do (or not do) when you are starting out with PHP.
View Article