Posts by Sanketh

Author Biographical Info: Not available

Program to create a login form in PHP

By Sanketh

Hey Guys, In this PHP tutorial, you are going to learn about creating a simple login form in PHP. This login form is gonna accept the data verify it with our database values and if.... Read More

Multidimensional Arrays In PHP

By Sanketh

Hey Guys, In this tutorial, you are going to learn about creating and using Multidimensional Arrays in PHP programming language. What are Multidimensional Arrays: Multidimensional .... Read More

PHP Sessions

By Sanketh

Hey Guys, In this PHP tutorial, you are going to learn about creating and using sessions in PHP. Sessions are one of the ways to create common data which can be used on any page of.... Read More

Program to verify whether given number is prime or not using PHP

By Sanketh

In this PHP tutorial, you are going to learn about what is prime number and how to write PHP program to verify whether the given number is prime or not. To check given number is pr.... Read More

PHP if Statement

By Sanketh

Hey Guys, In this PHP tutorial, we are going to discuss if statement in PHP. And how we will use this statement in PHP. Before going to know about if statement lets discuss conditi.... Read More