Escape sequences are used for escaping a character during string parsing. It is also used for giving special meaning to represent line break ...
November 8th, 2013
MySQL and MySQLi are PHP database extensions implemented by using the PHP extension framework. PHP database extensions are used to write PHP ...
October 30th, 2013
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
Oh man! this is very bad. This is a really poor promotion for PHP. Google safe browsing alerts saying that php.net is a malware host. Looks ...
October 24th, 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
While creating web applications, appending content into an HTML target on a particular event is an interesting task. In an HTML container, w ...
October 17th, 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