Results for php

Check if a string is valid JSON in php

JS Pixels June 29, 2014
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 ...Read More
Check if a string is valid JSON in php Check if a string is valid JSON in php Reviewed by JS Pixels on June 29, 2014 Rating: 5
Problems and solutions during installing Magento Problems and solutions during installing Magento Reviewed by JS Pixels on May 27, 2014 Rating: 5

List all files of a directory in php

JS Pixels January 15, 2014
Listing all files of a directory in php is quite easy with php DirectoryIterator class. This class provides a simple interface for viewin...Read More
List all files of a directory in php List all files of a directory in php Reviewed by JS Pixels on January 15, 2014 Rating: 5
Convert currency using google finance calculator in php Convert currency using google finance calculator in php Reviewed by JS Pixels on November 27, 2013 Rating: 5

Get mimetype of an image in php

JS Pixels November 16, 2013
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(/) l...Read More
Get mimetype of an image in php Get mimetype of an image in php Reviewed by JS Pixels on November 16, 2013 Rating: 5
Validate Latitude and Longitude with regex and php Validate Latitude and Longitude with regex and php Reviewed by JS Pixels on November 15, 2013 Rating: 5

Convert Hex color to RGB with php

JS Pixels October 24, 2013
Converting hexadecimal colors to its RGB equivalent is not a big task with php built in function hexdec(). The hexdec() function returns d...Read More
Convert Hex color to RGB with php Convert Hex color to RGB with php Reviewed by JS Pixels on October 24, 2013 Rating: 5

Trim array values in php

JS Pixels September 27, 2013
The trim() function of php removes whitespaces or some other character from a string like... $trimmed = trim ($string); In above exam...Read More
Trim array values in php Trim array values in php Reviewed by JS Pixels on September 27, 2013 Rating: 5

Download files using Curl

JS Pixels February 27, 2013
Download remote files programatically using curl. A simple and effective function to download files hosted on remote server. In the follo...Read More
Download files using Curl Download files using Curl Reviewed by JS Pixels on February 27, 2013 Rating: 5

Extract all links of a webpage in php

JS Pixels January 12, 2013
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 loa...Read More
Extract all links of a webpage in php Extract all links of a webpage in php Reviewed by JS Pixels on January 12, 2013 Rating: 5
Difference between CURLOPT_CONNECTTIMEOUT and CURLOPT_TIMEOUT Difference between CURLOPT_CONNECTTIMEOUT and CURLOPT_TIMEOUT Reviewed by JS Pixels on December 15, 2012 Rating: 5
Count all HTML tags of a webpage in php Count all HTML tags of a webpage in php Reviewed by JS Pixels on October 18, 2012 Rating: 5
Get address from Latitude and Longitude Coordinates in php Get address from Latitude and Longitude Coordinates in php Reviewed by JS Pixels on September 26, 2012 Rating: 5
Get Latitude and Longitude from address in php Get Latitude and Longitude from address in php Reviewed by JS Pixels on September 26, 2012 Rating: 5

Sort a multidimensional array in php

JS Pixels September 19, 2012
Use this code to sort a multidimensional array. You need the array and the element position on which the array has to be sorted. Suppose...Read More
Sort a multidimensional array in php Sort a multidimensional array in php Reviewed by JS Pixels on September 19, 2012 Rating: 5
Remove duplicates from multidimensional array Remove duplicates from multidimensional array Reviewed by JS Pixels on July 14, 2012 Rating: 5

Create a JSON string from mysql database

JS Pixels July 13, 2012
JSON stands for JavaScript Object Notation which is basically a data-interchange format. JSON is used where we want to send data as an obj...Read More
Create a JSON string from mysql database Create a JSON string from mysql database Reviewed by JS Pixels on July 13, 2012 Rating: 5
Get full url from address bar in php Get full url from address bar in php Reviewed by JS Pixels on July 10, 2012 Rating: 5

Using proxies with cURL in php

JS Pixels June 30, 2012
If you are new to cURL you may want to refer to the PHP cURL tutorial. It covers the basic working of cURL. Sometimes we have to use pr...Read More
Using proxies with cURL in php Using proxies with cURL in php Reviewed by JS Pixels on June 30, 2012 Rating: 5
Extract all meta tags from a webpage in php Extract all meta tags from a webpage in php Reviewed by JS Pixels on May 25, 2012 Rating: 5
Altaf Web. Powered by Blogger.