Download remote file with cURL

cURL stands for “Client for URLs”. cURL is a library (libcurl) which allows PHP to communicate with other servers with different type of protocols. With the cURL its easy to download...

JSON Overview

JSON (JavaScript Object Notation) is the light weight data interchange format like XML i.e like the XML it’s also platform independent and its great alternative to XML due to followings: ...

Session v/s Cookies

We know that HTTP request is stateless which means any request doesn’t know anything about the user who is sending request i.e each HTTP transaction is fresh without having any knowledge of any...