Posts by Sanketh
Author Biographical Info: Not available
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
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
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
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
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