Monthly Archive:: July 2016

How To Remove Index.Php From CodeIgniter

In this tutorial i am going to show how to remove index.php from url using htaccess file in CodeIgniter. Basically it’s define URL rewrite. By default index.php file will be included in your URLs. You can easily remove this file by using a CodeIgniter htaccess file with some simple rules. Here is

PHP Interview Questions Part 1

Hi guys, here today i came with some PHP interview questions which is submitted by some of our blog readers. And i requesting you guys that if you have any interview questions which can help others please share with me. 1- What are the main error types in PHP and how do

Send Mail Using Gmail SMTP Server Using Codeigniter Framework

Today we are going to see how we can use gmail SMTP server for sending emails from your web application using Codeigniter Framework. You can write following code into your controller. Load Email library into your controller by calling $this->load->library(’email’, $email_config), here $email_config is the array of email configurations and their values.

What is FTP Client

In simple words, In the case of creating a Website, this means that if you create the pages for your site on your computer, either using a text editor or some other Web page editor, then you will need to move it to the server where your site will be hosted. FTP

What is Virtual Box

VirtualBox is a free, open source, cross-platform application for creating, managing and running virtual machines (VMs) – computers whose hardware components are emulated by the host computer, the computer that runs the program. VirtualBox can run on Windows, Mac OS X, Linux and Solaris. What is Virtual Machine(VM)? This is the special