PHP Scripts

How to change default ROUTING in Codeigniter

One of the most common problem that a beginner faces with Codeigniter is the presence of index.php in the URL just before the name of the controller. This makes the URL look odd. Also, whenever developers are trying to form a link during the development of a project, it becomes mandatory for the developer to … Continue reading How to change default ROUTING in Codeigniter

How to create first visit popup for your store?

The more web development is growing these days, especially in e-commerce. The developers are coming with some out of the box ideas to attract more and more customers to their websites and subscribe to their websites. One of the most popular way to do this is to show a pop-up on the screen which appears … Continue reading How to create first visit popup for your store?

PHP 7: An quick overview



PHP 7.0.0 was released on December 3rd, 2015. The community quickly produced several builds which make it easy to install this new version using your systemтАЩs package manager.Now You can download the source code here php-7.0.0 The PHP 7 release brought some much-desired changes and improvements to the most popular programming language of the Web. … Continue reading PHP 7: An quick overview

How to Configuring phpMyAdmin on Windows Azure?

phpMyAdmin is a web based tool for administering MySql databases.┬аIt can be┬аused to create, edit,delete tables, export/import/backup data and many other tasks. phpMyAdmin is a┬аadequate tool for all┬аMySql db administration needs in Windows Azure. This post describes how to install and configure phpMyAdmin on Windows Azure Web Sites. 1. Create an empty site First youтАЩll┬аneed … Continue reading How to Configuring phpMyAdmin on Windows Azure?