0 comments / July 07, 2015

What is the differences between ipv4 and ipv6

The Internet Protocol (IP) is a protocol which defines how the data can be sent from one computer to another on the Internet. Each computer which participates on the Internet has at least one IP address that uniquely identifies it from all other computers on the Internet. The depletion of pool of the unallocated Internet Protocol Version 4 (IPv4)


0 comments / June 25, 2015

disabled vs read only difference

Though both disabled and read only primary job is preventing content being edited, still there are few differences exists between them.


0 comments / June 24, 2015

http_host server_name difference

To get a domain name in php, we use http_host or server_name variables. But what is the difference between http_host and server_name and which one will return more accurate results?


0 comments / June 27, 2014

Find the difference between two dates

This small php snippet will help you to find the difference between two given dates


0 comments / February 07, 2014

MySQL length and char_length difference

In MySQL, length and char_length functions are used to find number of characters present in string. So which one is best to use and how it differs?