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

Search In

Display WordPress posts by number of Views

Displaying the most viewed posts becomes very helpful for every user to have a look at trendy blog post in your WordPress. There are so many plugins that will help us easily to add most viewed/poipular posts in our WordPress website. But there is an

How to use exceptions in CakePHP?

Hi Reader's, Welcome to FindNerd, today we are going to discuss exceptions in CakePHP. We can use exceptions for a variety of uses in our application when implementing any web application in CakePHP. CakePHP uses the exceptions internally to sho

What is the difference between client-side and server-side programming?

There are n number of difference between client-side and server-side programming. The below code is split into two entirely separate parts, the server side and the client side. | ----------> HTTP

How to use user defined function in PHP ?

Firstly let us know What is the user defined function in php ? This function declaration starts with the word "function" and user defined function name is not case-sensitive. User defined function starts with a letter not a number. Use of user d

substr_count() string function in php

The substr_count() in php is a string function which counts the no of times the sub string occurred in the string. this function is case-sensitive. the syntax of the function is as : substr_count(string,substring,start,length) Here , the string i

How to calculate the difference between two dates using PHP?

Hello Readers If you want to calculate difference between two dates using PHP , use below code. comment: Suppose we have the two dates below date1 and date2 $date1 = "2014-06-11"; $date2 = "2015-07-16"; comment:then we get diffrence with absolute

cal_days_in_month() function in PHP

cal_days_in_month() function is a PHP calendar function. This function always return number of days in a specified calendar for month of year . Syntax is : - cal_days_in_month ( $calendar, $month, $year ); parameter are : - calendar -

sizeof() Function in PHP

In php the sizeof() Function returns the number of elements in an array. Syntax sizeof(array,mode); The argument array specifies the array and the mode specifies whether to count multidimensional array or not the value 0 specifies do not count a

Type conversion in PHP

To convert variables of one type to another is known as type conversion. There are two types of type conversion: Implicit type conversion Explicit type conversion Implicit type conversion  : It automatically converts the data type to

How to find the number of days between given two dates in php?

Hi Readers,  Welcome to FindNerd, today we are going to discuss how to find the number of days between given two dates in PHP?  If you want to calculate the difference between two dates then you should use date_diff() function for finding

1 13 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: