Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Altaf Hussain's Blog programming Blog  > 

Altaf Hussain's Blog Blog


altafphp.blogspot.in
A tech blog of web development, php source codes, php custom functions, php scripts, code snippets and of everything which comes in between.
2016-01-02 12:11
Redis is an open source (BSD licensed), in-memory data structure used as database and cache. Its a very powerful and advanced key-value store. It supports data structures such as strings, ha… Read More
2016-01-01 16:13
Sometimes while working with list items or contents, we need to filter out the list items or contents for some matching records. We can implement this using jQuery with ease. Here is a littl… Read More
2016-01-01 16:03
We often see a checkbox on mostly ecommerce websites which serves the purpose to clone billing address as shipping address OR shipping address as billing address.This helps user to fill the… Read More
2016-01-01 15:53
Use jQuery prop function to check or uncheck form check boxes.Its javascript version is available in another article named Check uncheck all checkboxes with javascriptThe Html Form <scri… Read More
2015-12-30 09:04
LAMP stack is the most powerful open source solution on the web. LAMP stands for Linux, Apache, MySQL and PHP. In this article we are going to install these on CentOs 6. So We already have L… Read More
2015-09-08 17:28
A little function to check if a string is valid JSON (JavaScript Object Notation) or not. It takes json string as a parameter and returns true if it is valid otherwise returns false. If you… Read More
2015-09-01 06:42
Extracting all links of a webpage is quite easy with PHP DOMDocument class. Using this class we can load html file directly or we can load it from string.loadHTMLFile function is used to lo… Read More
2014-05-28 18:13
While working with php or when we talk about php, some abbreviations are more frequently used. I have compiled some most commonly used abbreviations. Here is the list. AJAX => A… Read More
2014-04-12 06:38
Mime type is an standard identifier of a file which indicates the type of data a file contains. It has two parts divided with a slash(/) like image/png.The built in function of php getimages… Read More
2014-03-13 18:25
htaccess is a common file used by several web servers to control configuration for a directory. Using this file we can change the behaviour of the server. This file is used to Rewrite Urls a… Read More
2014-01-18 18:06
Listing all files of a directory in php is quite easy with php DirectoryIterator class. This class provides a simple interface for viewing the contents of filesystem directories. Here is a s… Read More
2014-01-14 17:38
MySql has a very useful function replace() which allows you to replace substring or characters. It is really useful while working with huge database table where you want to update certain va… Read More
2013-12-06 12:13
Today I will tell you about scroll to top method.Earlier it was very difficult and not very fancy like we had used Anchors, I hope you remember.Anchors are used to enable links to a specific… Read More
2013-12-06 12:05
Converting hexadecimal colors to its RGB equivalent is not a big task with php built in function hexdec(). The hexdec() function returns decimal value of a hexadecimal number.Here is a littl… Read More
2013-11-20 18:54
Sometimes we need to display star ratings on our site. Here css sprite is an easy way to do the same. This example will display ratings out of 5 which also includes 0.5, 1.5 and so on. Imag… Read More
2013-11-20 18:49
Download remote files programatically using curl.A simple and effective function to download files hosted on remote server. In the following function set the variable $dir to your directory… Read More
2013-11-12 16:19
The trim() function of php removes whitespaces or some other character from a string like...$trimmed = trim ($string);In above example trim removes only whitespaces but you can remove any ch… Read More

Share the post

Altaf Hussain's Blog

×

Subscribe to Altaf Hussain's Blog

Get updates delivered right to your inbox!

Thank you for your subscription

×