How to remove index.php from url in codeigniter
Add a .htaccess file at root and add following code
Add a .htaccess file at root and add following code
For download table from myslq into .xls form without asking have two basic steps: create connection to the database create index file to get the data from database, execute code and get desired output ( .xls file ) 1. connection to Database in connection.php 2. Then in index.php add this code after adding this […]
Mailed-by header remove in cakephp: Through Email component: Through CakeEmail Class:
Box-Shadow property in css is for defining the shadow of any div or block element. A quick look of all attributes assigned to the box-shadow property:- Box-shadow: offset-x | offset-y | blur-radius | spread-radius | color | inset; Value Description Requierd/Optional offset-x The horizontal displacement of the shadow from the div or block Requierd offset-y […]
The bootstrap is all about defined classes,that we can use in our HTML template to beautify it without much hard work.So here in this series we will discuss about Bootstrap contextual classes.The contextual classes are the classes defined by bootstrap design team to indicate about some context. Bootstrap contextual classes :- .success >> Indicates a […]
To add the page loader , we need to determine the http request sent by us has been responded or not. For this simple query we need to evaluate just the value of following expression. $http.pendingRequests.length. Following directive can be used anywhere to install loader the page on loading:- Example:- In View Page :- Where […]