We can easily extract image information from the Image URL using PHP’s predefined function called getimagesize() I Use this function whenever I need to know…
Leave a CommentTutorials / Programming tips Posts
In this programming tutorial, you will learn how to use the PHP array function array_change_key_case to manipulate array keys in your arrays. array_change_key_case() function is…
Leave a CommentThe password hashing API provides an easy to use wrapper around crypt() to make it easy to create and manage passwords in a secure manner.This…
Leave a CommentWe can improve Codeigniter application speed with simple tactics. I will show very simple steps, which will improve your CI app speed. Enable Gzip Compression…
5 CommentsThis post explains, how to prevent the duplicate occurrence in the table and how to deal with already existed duplicate records. we can private duplicate…
Leave a CommentCss Compressors MinifyMe, a minimizer for CSS and Javascript http://isnoop.net/tools/css.php http://www.cssdrive.com/index.php/main/csscompressoradvanced/ Js Compressors http://dean.edwards.name/packer/ http://javascriptcompressor.com/
Leave a CommentSETP1: Download Latest version of Yii Framewrok from official website (http://www.yiiframework.com/). SETP2: Extract The Giz. SETP3 : OPEN command prompt, type cd / hit enter…
1 CommentIn some special situations need to disable Text Selecting(copying) on the webpage. we can achieve this with JavaScript and CSS, below is the CSS trick.…
Leave a CommentWe always use Confirm Box while Deleting Data, Confirm Box is vary useful to confirm use Actions on the web, fortunately we can fire Confirm…
Leave a CommentWe often need last inserted ID for different reasons(for example when you need to store foreign key), Immediately after a record has been inserted into…
2 CommentsBelow Script is using PHP’s mail function to send emails.
Leave a CommentCodeIgniter is one of the PHP MVC Framework with minimum learning curve best documentation and easy workflow, in CodeIgniter we can easily Enable or Disable…
3 CommentsWe can Set, Get and Delete Cookies with CodeIgniter Cookie Helper, Cookie Helper contains functions that assist in working with cookies. Before using Cookie Helper…
9 CommentsWith the help of the CodeIgniter Built-in function redirect(), we can refresh or redirect the page based on the given parameters. CI’s redirect() resides in…
13 Comments