Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
4,100 results
Learn how to use the PHP $_POST superglobal to securely handle form data! This tutorial is perfect for beginners who want to ...
41 views
7 months ago
Learn how to effectively handle form processing in PHP, troubleshoot undefined array keys, and ensure correct validation with this ...
0 views
9 months ago
Dan Gookin's Free PHP Programming Course Chapter 5, Video 1 One of the best ways to put PHP to use is to process a form.
23 views
5 months ago
How Do I Handle Forms With PHP? In this video, we will guide you through the essential process of handling forms with PHP.
3 views
4 months ago
Workshop #2 - Form Processing and PHP Mail (Happy 30th Birthday, PHP!) In this video, we dive into how to handle form ...
14 views
Learn PHP form handling from scratch! This tutorial covers everything you need to know to create and process HTML forms with ...
98 views
This video is educational purpose only.
76 views
In this video, we'll walk through how to manage forms using PHP, from handling user input to validating and processing form data ...
39 views
3 weeks ago
Write PHP program to create student registration form and display student information. (Use sticky form concept).
32 views
11 months ago
Learn how to send form input from JavaScript to PHP for email processing using AJAX. Follow our step-by-step guide to integrate ...
10 views
Learn how to efficiently handle form submissions using the `GET` method in PHP, addressing common pitfalls and providing clear ...
3 months ago
You may want to apply htmlentities to $value to prevent cross site scripting. $formcontent .= "$field: " . htmlentites($value) .
6 months ago
Learn how to automatically calculate a user's age from their date of birth using PHP in your forms. Enhance your PHP forms ...
35 views
Download 1M+ code from https://codegive.com/ef49e98 certainly! submitting multiple form inputs in php is a common task when ...
Learn how to efficiently retrieve `existing_id` values in your PHP forms to enhance user experience during validation errors.
Learn how to resolve the `Undefined Index` error when processing form fields with PHP functions. This guide provides detailed ...
1 view
Discover the common reasons why form data variables may be undefined in your PHP file after form submission, and learn how to ...
6 views
Learn how to correctly retrieve and email selected checkbox values from a PHP form, using arrays to capture multiple selections.
12 views
10 months ago
Learn how to use PHP and JavaScript to create dynamic HTML forms with conditional logic that can change based on user input.
28 views
Learn how to correctly set the 'action' attribute in your PHP form submission to ensure your data is submitted to the right location.
2 views