Category: Programming languages

A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer

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...

MongoDB Tutorial sample PHP application

On a wampserver, Install the php_mongo-1.3.1 extension and you will be able to connect to mongo. you can refer here to mongo installation. You must verify after restarting apache that mongo is activated and of...

Useful Developper Extensions for Codeigniter

A- Remove index.php from subfolders After loading library in construct home controller : $this->load->helper(‘url’); I noticed that redirection shows index.php in subfolder URLs although the .htaccess rewriting that seems to works for root level...