CodeIgniter / PHPIf home page then do some operation April 30, 2017 Chandan SharmaComment on If home page then do some operation<?php // If it is home page then do some operation:: $pathSlash = explode("/",$_SERVER['PHP_SELF']); if(end($pathSlash)=="" || end($pathSlash)=="index.php") { //It is home page //Do operation } ?>Share this:FacebookX