Open authentication is for providing access to the server resources after authorizing users via third-party services. It will take place bet ...
October 28th, 2013
cURL – Client URL library is used to communicate with different types of servers with protocols FTP, HTTP, telnet, gopher and more. In ...
October 18th, 2013
This is one boring topic we have in all programming languages – a list of data types. It is so boring that no one cares to read it onc ...
October 14th, 2013
There are several form controls used to allow the user to select input from a group of options. For example, list box and checkbox. By defau ...
October 9th, 2013
Difference between isset, empty and is_null in PHP. isset function determines if a variable is declared and is not null. empty determines if ...
October 4th, 2013
We have seen about several variable functions available in PHP to work with variables. Among them, isset() is one of the widely used functio ...
October 3rd, 2013
We are going to see a surprise in this PHP tutorial. We all know about overloading and it is a basic concept in OOPS and we have beaten it e ...
October 1st, 2013
We are well expertise with PHP CRUD operations by accessing MySQL via PHP logic. Yet, we have seen how to update and delete table rows one a ...
September 23rd, 2013
In PHP, the file_get_contents() function is one of the file handling functions available in this scripting language. This function reads the ...
September 22nd, 2013
Generally, for each PHP user defined function, it contains two portions, such as function definition and function call. In some special case ...
September 20th, 2013