• Archive by category "PHP Tutorials"

Blog Archives

Php Tutorial 3 – Form Validation in PHP

Welcome to tutorial 3, where we will learn to validate a form’s data through PHP. Forms are a crucial part of a webpage without which, no significant input from the user can be expected. Before submitting a form’s data to the back-end, it needs to be validated due to certain issues. Form validation through PHP …
Read more

Php Tutorial 2 – Hello World Program

Welcome back to the tutorial 2, here we will start our programming in php. We will make different folders for different tutorials, so first make a Tutorial 2 folder in www directory. We will do our programming in notepad or for your use you may use different user friendly text editors like notepad ++. Php …
Read more

Php Tutorial 1 – Setting up localhost

Hi everyone I’m starting with the tutorials of php here in a series, hope it help you guys, stay updates for a series of php tutorials. As you know php is a server side scripting language, it is mainly used to develop websites and web-applications. Since it is a server side scripting language you need …
Read more