
Search In
Today, When I was doing some programming stuffs and I found out that there is serious flaw in the “and” , “or” logical operator of PHP.
I’m not talking about the symbol “||” and “&&” logical operator. I’m talking about the “and” and “or” lo
Welcome to FindNerd,
Today we are going to discuss about MySQL Constraints.
Firstly let know what is Constraints in MySQL ?
Constraints:- Constraints are the utilities that restrict ingression of data into the table if the designated condition is
Hello all welcome to findnerd, today we are going to discuss How to print HTML page with tags using PHP ?
The htmlspecialchars() Function is very useful print HTML page with tags using PHP
Firstly let know what does htmlspecialchars() Function ?
Hi Reader's,
Welcome to FindNerd, today we are going to discuss what is process to convert string into an array using PHP ?
If you want to convert a string into a array then you should use str_split() function
let us know how it is works ?
The st
Hi Reader's,
Welcome to FindNerd, today we are going to discuss what is utilization of md5() function.
md5() function is used to providing security for protecting your password.MD5 stands for Message-Digest Algorithm. Suppose you have a sim
Hello all,
Welcome to FindNerd, today we are going to discuss the difference between echo and print statement in PHP ?
echo and print both are used to printing a statement.
So here are few important point given below to differentiate between echo
It gives an opportunity to invent our own data type and define what values the variable of this data type can take. This also helps in making the program more readable, which can be an advantage when a program gets complicated or when more than one p
Hi All,
Today we will discuss about "$scope in Angularjs".
First of all what is $scope ?
A “$scope” is an object instance of a controller. When “ng-controller” directive is encountered at that time $scope gets created.
For example:
In the below cod
The list of these web hosting providers looks a bit long? It should be... There are a ton others and the ones listed here serve different purpose plus have different plans and pricing. The good thing is we know about these guys and you'll be in good
Hi Reader's,
Welcome to FindNerd, today we are going to discuss What is method to compare two text strings in PHP
There are two method to check two string In php.
1: "==" Operator
2- "strcasecmp() method"
Let explai