Web Related Articles

Showing 1 - 2 of 2 articles
 

Introduction to Smarty

There are many benefits to incorporating a template engine into your applications. Foremost is the seperation of "application logic" from "application presentation", enabling the separation of tasks between software developer and web-page designer in projects, keeping PHP code and HTML separate.

This article will guide you through an implementation and demonstration of using the Smarty Template Engine. The goal of this article is to give you a foundation of knowledge that will allow you to start implementing Smarty in your projects. If you are interested in learning more, please read along.


 
 

Restricted Users Areas with PHP

This article will show you how to create a user authentication and restriction system using PHP and MySQL. It will guide you through the entire process of creating a user registration and authentication system. This system will be easy to use and include in your websites pages, allowing you to restrict access to pages by including just a couple of lines at the begining on any page.

If you want to learn how to register users to your site and restrict the content of certain pages, or are just curious to see another way to carry it out, read along and enjoy the story!


 
Showing Articles 1 - 2 of 2 articles