
Search In
Constants refer to the fixed values that can not be changed throughout the entire program.
Constants can be of any data type and is divided into Integer Numerals, Floating-Point Numerals, Characters, Strings and Boolean Values.
Integer lite
While perform manipulation with character or with string you need to do it with an char array for string or char variable for a single character.
This is the first way to manipulate the characters with char array.
char greeti
SMTP stands for Simple Mail Transfer Protocol. This is the basic protocol used for email transfer in the internet.
SMTP is the protocol that will access details from the web server and will allow you to email the user any time you want.
&
POP
POP stands for Post Office Protocol. It is mainly used to support a single client.
POP protocol is application layer based protocol in the TCP/IP suite.
There are several versions of POP but the POP 3
The SELECT TOP clause is used to return specific number of records with thousands of records. It is used to select top N number of records from a table. We can use number or percent to select record.
TOP clause is not supported by all the databases.
Welcome to Findnerd. Today we are going to discuss socket programing in PHP.
First question which arise is what is socket?
Socket is an end point in two way communication. Two way communication has client and server sides. Client creates a
Laravel 4.x provide n number of sending email library such as mandrill,sendgrid etc. These all library are used to send bulk email. To use Sendgrid in our Laravel project we have to follow few steps. By this way we can implement Sendgrid in our Larav
To Create a new folder we use a Directory.CreateDirectory() method. This method allows us to create new directories in the specified path only if the specified path is not already exists. It is one of a static method in Directory class because of its
As in my previous post I have already explained that AngularJS1 is a javascript library which is prefect for single page application(SAPs). Angular js is nothing just a javascript library which extends HTML with new markups. Single page application a
PHP provides a lot of functions for manipulation of string and array. Many times we need to convert a string into an array to perform operations. This article demonstrate details of different functions which can be used to convert a string into an ar
