Inline editing is the tool which is required by us most of the time in almost all of our applications. Now-a-days with modern web technologies no one wants different pages for display and edit contents like earlier we had viewprofile and editprofile pages. It gives an amazing user experience when the user wants to edit […]
Read More →Category: Web Development
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 →