Posts by Sanketh
Author Biographical Info: Not available
In this PHP tutorial, you are going to learn how to write a PHP program to print the sum of individual digits of a given number. How to find sum of individual digits of a Number in.... Read More
In this PHP tutorial, you are going to learn how to write a PHP program to verify whether a given number or string is a palindrome or not. To verify whether a given number is Palin.... Read More
In this PHP tutorial, you are going to learn about various string functions in PHP. Along with that you are also going to learn about the string manipulation functions in PHP. Stri.... Read More
In this PHP tutorial, we are gonna learn about PHP functions, creating PHP functions, types of PHP functions and how to add two numbers using function in PHP. A function is a block.... Read More
In this PHP tutorial, you are going to learn about how to insert the values in PHP variable with the help of HTML form. Insert Values in PHP To insert values into PHP code, we gene.... Read More
Hey Guys, In this PHP tutorial, you are going to learn about creating a program to sort a numerical array in ascending order using PHP. Ascending order is a sorting method in which.... Read More
In this PHP tutorial, you are going to learn about creating a PHP program to print Fibonacci Series. Fibonacci Series is a series of numbers where the sum of the 2 preceding number.... Read More
Hey Guys, In this PHP tutorial, you are going to learn about how to connect MySQL Database to our program using Hypertext Preprocessor. Connect MySQL Database to our program using .... Read More