Category: WampServer

WampServer and xampp are Windows web development environment. they allow you to create web applications with Apache2, PHP and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your databases

Setting Up SSI on Wamp server on windows

How to add SSI ( Serverside include support in WAMPSERVER )? Server Side Includes (SSI) – Definition The Server Side Includes is a simple interpreted server side scripting used in HTML pages to make...

Setup HMVC with Codeigniter 2.1.4

HMVC is an evolution of the MVC pattern used for most web applications today. It came as an answer to the salability problems within applications which used MVC. This extension for CodeIgniter enables the...