About Qualtrics :Qualtrics API allows applications to integrate survey functionality, with specification of questions to ask, conditional display of questions depending on answers to prior…
1 CommentCategory: PHP / MySQL
Here i will show you how to prevent hot linking of images and other file types.This can greatly impact bandwidth usage. By using htaccess we…
Leave a CommentHere is the simple script to check live username or email availability using jQuery’s Ajax method in CodeIgniter. you can also apply this logic/method to…
2 CommentsRecently i have worked on language translation project for that i need to read emails using PHP From the gamil inbox based on the email…
30 CommentsLaravel allowing us to extend the HTML facade with additional functionality. we use the HTML::macro() method to extend the HTML facade with our own methods.So…
Leave a CommentCodeIgniter default environment is development and so error reporting by default in turn on state, if you want to turn off reporting then change the…
2 CommentsHere is a custom HTML macros for Facebook Open Graph meta tags. if you don’t had any idea about FB open Graph meta tags ,…
Leave a CommentThere are times when you have huge data in table , and you my want to replace some text with something or you may be…
Leave a CommentMethod chaining means that you can chain method calls in one single statement.All the methods are mutator methods which will return the original object or…
Leave a CommentWhile moving your web application to new host , you may get errors while importing large database into new hosting sever via PHPMyAdmin tool due…
Leave a CommentConfiguring multiple database adapters in zf2 is pretty easy. In this post, I will show you how to configure and connect to different databases in…
2 CommentsI am gonna use CodeIgniter’s active record class to generate Join Queries in this tutorial. Because by using AR class we can write complex joins…
18 CommentsIn this post, I will show you how to insert multiple rows in CodeIgniter by using CI’s active records library. CI active record has a…
6 CommentsIn this tutorial, i would like to show you how to redirect in PHP.We use header() function in PHP to redirect to new location.The header…
Leave a CommentYou can easily watermark images in CodeIgniter by using CI’s image manipulation class. In CI Watermarking is only available using the GD/GD2 library. CI’s image…
21 Comments