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…
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…
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…
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…
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. …
How to Connect Twitter to Facebook
To Connect to Twitter to Facebook.Just open the Following Twitter link: https://twitter.com/settings/profile/ https://facebook.twitter.com/ Follow the step given there, Just a Easy step, you have to…
Sending HTML mail using PHP
// multiple recipients$emailto = 'emailto@example.com';// note: For Multi emailto user comm// subject$subject = 'Email Subject For the mail';// message$message = ' Title of th email Folling is the…