PHP Forms

How to create a multi-step wizard form in PHP

Easy code for learning how to create a multi-step wizard form in PHP with a step by step form validation. ...

March 15th, 2024

HTML Dropdown List with CSS and JavaScript

HTML dropdown list default or custom design for the frontend with CSS and access data from the JavaScript and server-side. ...

July 1st, 2021

How to Convert Text to Image using PHP

Most of the image based operations can be performed by using PHP built-in functions. The image-based PHP functions are in GD library and we ...

March 25th, 2018

PHP Price Range Search using jQuery Slider

jQuery UI slider is used for selecting min-max ranges to perform the range based operations like search, validation and more. The min-max ra ...

February 26th, 2018

PHP jQuery Dynamic Textbox

This tutorial helps to add or remove textbox dynamically using jQuery and PHP. It also describes how to read the values of dynamically creat ...

July 21st, 2014

Multiselect in PHP

There are several form controls used to allow the user to select input from a group of options. For example, list box and checkbox. By defau ...

October 9th, 2013

PHP Request Methods

In PHP, it supports various request methods depending on which the capabilities and functionalities to be applied to request data before sen ...

August 1st, 2013

PHP Form Validation

While Validating an HTML form the client-side validation is not only enough. Since our web application allows outsiders to enter data, serve ...

May 23rd, 2013

Access Form Data from PHP

HTML forms are used to allow users to enter their input to the application. The form element can contain multiple fields like input box, sel ...

April 21st, 2013

↑ Back to Top