Posts by Sanketh

Author Biographical Info: Not available

PHP Program to find sum of individual digits of a Number

By Sanketh

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

PHP program to verify whether given number or string is Palindrome or not

By Sanketh

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

PHP Strings

By Sanketh

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

PHP Functions

By Sanketh

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

Inserting values in PHP with HTML

By Sanketh

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

Sort a numerical array in ascending order using PHP

By Sanketh

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

PHP Program to print Fibonacci Series

By Sanketh

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

Connect MYSQL Database using PHP

By Sanketh

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

Related Posts