Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Format numbers using number_format() in PHP

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

Stopping MySQL injection using Core PHP

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

How Mobile Apps can be Used for Business Lead Generation?

  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

www.edueuro.com -And I run into

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 vs IPV6

    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

PHP 5 For Loops

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

Add children objects to a parent only if they don't yet exist

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

List of some useful array functions in PHP

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

Different ways to round number to 2 decimal places in PHP

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.

How to calculate number of days between two given date's in PHP

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

1 5 39
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: