
Search In
number_format() is one of the most popular PHP function which is used to format numbers with grouped thousands.
Syntax : number_format(number, decimal_values, decimal_point, thousand_separator)
number : The number which has to be formatted.
decimal_v
What is SQL Injection?
According to WIKIPEDIA:
SQL injection is a code injection technique that exploits a security vulnerability occurring in the database layer of an application.
A SQL injection attack exploits security vulnerabilities
Mobile apps are playing prominent role in communication. But in business point view the communication is not the ultimate goal. Organizations have been utilizing portable applications for producing leads. This is achieved by the proper app
y needlepoint yarn, while tapestry wool is made of four plies of yarn tightly twisted together. Initially, ply was a measure of thickness, but with al
l the various fibers that are now on the market, the ply indicator is no longer reliable. The numbe
IPV4 is the previous old systems over which the transmission is been done from source to the destination.
It is kind of address that is used to identify the host on the network.
IPV4 uses a 32-bit addressing scheme
There are two kind of for loops in PHP, one is for() loop & other is foreach().
The for() loop has three sections: init, termination & increment.
Syntax:
for (initialization; Condition Check ;increment) {
code to be executed;
}
First
I am busy developing an action for parent that should add a number of children given by the user input.
The children have 3 properties, and combining them, each child should always be unique.
I make use of Symfony and Doctrine and my basic parent c
Hello friends,
This article demonstrates some helpful array functions which are used to remove duplicate values from an array, counting the number of occurrences of values, picking out one or more elements randomly from an array and to randomize the
Many times we need to format a number with two decimal points, PHP provides many solutions for rounding a number with decimal values. This tutorial list some functions which can be used to round a number with decimal values upto 2 decimal points.
1.
Hello Reader's!
If you need to calculate the number of hours or days between two given dates then PHP offers you a lot of ways. But you can perform this task by the following way:
Lets see the example below:-
//Calculate number of hours between pass
