• Replace a specific keyword on all files within a folder
  • Replace a specific keyword on all files within a folder
Replace a specific keyword on all files within a folder

Suppose, we have to change some keyword within a folder for all files name. For that I have written a small program, Its take a folder name and take all the files's name of the folder in the array, a…

Read more »
24 Mar 2015

Convert case of word or sentence  in PHP (Capital and Lower)
Convert case of word or sentence in PHP (Capital and Lower)

Sometime we need to convert case of the word o variable we got in PHP. PHP have a built in function for converting the case of the word, Which can be use as below code. Some example are, we save all …

Read more »
01 Feb 2015

  • Get Factorial of a Number using jQuery
  • Get Factorial of a Number using jQuery
Get Factorial of a Number using jQuery

In mathematics, the factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n. For example, The value of 0! is 1, according to the conventi…

Read more »
20 Jan 2015

  • Get Factorial of a Number using PHP
  • Get Factorial of a Number using PHP
Get Factorial of a Number using PHP

In mathematics, the factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n. For example, The value of 0! is 1, according to the conventi…

Read more »
20 Jan 2015

Type of the PHP Variable
Type of the PHP Variable

Here we will understand, How we can know the type of the variable. As PHP automatic set the type to the variable as we defined it, But sometime it is neccessary to check the type of the variable. Sup…

Read more »
03 Jan 2015

Basic for Function on PHP
Basic for Function on PHP

Function:       Function are a set of bloch, which are defined for calling a set of code again and again.There are two way to calling a function in PHP: Directly calling a Function. Function called b…

Read more »
03 Jan 2015

How to Connect Facebook to Twitter
How to Connect Facebook to Twitter

To Connect to Facebook to Twitter,Just open the Following Facebook link: https://www.facebook.com/twitter/ Follow the step given there, Just a Easy step, you have to just Click Link to Twitter.  …

Read more »
03 Jan 2015
 
 
 
Top