PHP Form Handling Tutorial - GET, POST & REQUEST Global Variables | Learn PHP Programming
ฝัง
- เผยแพร่เมื่อ 9 พ.ย. 2024
- Upgrade your Clever Techie learning experience:
/ clevertechie
UPDATE! (9/13/19) New features and improvements for Clever Techie Patreons:
1. Download full source code with detailed comments - easy to learn and understand code
2. Weekly source code file updates by Clever Techie - every time I learn new things about a topic I will add it to the source file and let you know about the update - keep up with the latest coding technologies
3. Library of custom Clever Techie functions with descriptive, easy to understand comments - skyrocket coding productivity, code more efficiently by using Clever library of custom re-usable functions
4. Syntax code summary - memorize and review previously learned code faster
4. Organized file structure - access all Clever Techie lessons, source code, graphics, diagrams and cheat sheet from a single workspace - no more searching around for previously covered material and source code - save enormous amount of time and effort
5. Outline of topics the source file covers - fast review of all previously learned coding lessons
6. Access to all full HD 1080p videos with no ads
7. Console input examples - interactive examples that make it easier to understand and learn coding
8. Access to updated PHP Programming Book by Clever Techie
9. Early access to Clever Techie videos
Subscribe to Clever Techie patreon:
/ clevertechie
````````````````````````````````````````````````````````````````````````````````````````````` In this video we're going to take a closer look at how form handling works in PHP. We're going to look at GET, POST and REQUEST global variables and see how to work with them when the form is submitted using either method.
``````````````````````````````````````````````````````````````````````````````````````````````
Hey guys, I'm now using Patreon to share improved and updated video content and source files. For a small fee you can access all the downloadable files from this lesson (source code, icons & graphics, cheat sheets, OneNote notes) and everything else included in the video from the Patreon page. Additionally, you will get access to ALL Clever Techie videos in HD format with no ads. Thank you so much for supporting Clever Techie :)
Download this video's files here:
/ php-form-get-21086693
( You also get access to ALL source code and any downloadable content of ALL Clever Techie videos, as well as access to ALL videos in HD 1080p quality format with all video ads removed! )
`````````````````````````````````````````````````````````````````````````````````````````````
( Website ) clevertechie.com - PHP, JavaScript, Wordpress, CSS, and HTML tutorials in video and text format with cool looking graphics and diagrams.
( TH-cam Channel ) / clevertechietube
( Google Plus ) goo.gl/J71p6f - clever techie video tutorials.
( Facebook ) / clevertechie
( Twitter ) / theclevertechie
Hello clever! Your biggest fan from Nigeria! Thanks for the multiple file upload to database tutorials, I think you should also try working with JavaScript in your php .Do something, maybe form validation with js to start with ,then maybe could work with ajax in php ,would really help and come in handy.
Really helpful video! Finally understood how to use the php theorie I'd watched and read so far.
You made it so simple for me to understand. Thank you!
Love from India ❤️
Brilliant. What line of code can you add to this PHP form in order to display the values from the text box and checkbox in HTML TABLE?
Awesome and clear video!
thanks very clear video
pre_r($_POST) shows me error: Undefined function 'pre_r'.intelephense(1010)
Thank you, brother.
Just want to say thanks
Really helpful video, I'm just a bit confused where the video says submit variables are not visible with GET in the URL, yet Submit=submit is visible in the URL in the video example? Any help welcome!
Thank you
you're welcome!
Hello, 9:30 you moved the part of the php to a new file. But you left the php at the bottom of the html. Why? You cannot move all the php to the new file? Or you just forgot it?
exact video i wanted thank u soo much
Спасибо. У Вас отличные уроки
Works Great for me, and I learned many things I've been missing in my limited php knowledge. Thanks so much, and I like the way you teach, I will be looking for more of your videos.
Is there a way to check data before its posted? As if stamens checking the $post dost stop post taking place...
Thank very much, you saved me
Great work Mr. Clever. Can you perhaps start something on Java. An online examination app maybe.
Thank you :) I'll think about it.
Thanks so much!
thanks, learned a lot
I like so much this video.
I think you're really going to like next one, it will be about CRUD (create, update, delete) and will be using POST and GET a lot which is why I wanted to prepare everyone for it with this video.
I waiting for next video.
Angola is my location.
Hello... when I click the submit button, I get "error 403, access forbidden You don't have permission to access the requested object."
PLEASE HELP
try to change some permission.
This is easy. React js is complicated.
pre_r doesn't seem to be in the documentation of php
This video helped me get through a Try Hack Me room! Thank you so much for this video!
Glad I could help!
Awesome!
Where can I get the users input?
Good VID
Explain how to fetch multiple images from several tables using a mysl statement. Ie you have a products table and a images table
Okay I think I'll do that one, thanks for the idea!
I have been stuck with this for about a week now with how to formulate the mysql statement where I have a main image in a products table and images_two, images_three in a images table... how
what is pre r?
i cant open the website
Please make a video to prevent retainig the value when back button is pressed and to prevent resubmission using that back button data that was retained. I hope you knew what I meant / thanks
Did your mom really name you Clever Techie? Okay now don't lie to me.
THANKSSSSSSSSSSSSS
This does not work.
I dont know how to use php !
complete form th-cam.com/video/JfgWBV1Td1Q/w-d-xo.html
otro que no sabe programar
You certainly know what you are talking about but WHO IS THE AUDIENCE you are talking to here ?
If you are trying to TEACH someone how to do this then this is not the video for that. You are NOT teaching.
If you are talking to people who already know HTML5 & PHP ( which this video sounds like ) why are you showing them this THEY ALREADY KNOW WHAT THEY ARE DOING or are you just posting this video because you want personal experience presenting videos ?
Same issue here. Im learning PHP and want to make a formfield which creates a new class on submit.
So far i see no season to echo them out. As you already have a array format which should be possible to put into a class.
But the array shouldn´t show up. At least im on the next step to do a Alert Tool.
Dont be a dick William
I'm at the start of learning php and exercising some first form handling. It really helped me kickstart my php knowledge/coding. I think its a good video for people who have trouble executing the PHP theory they've read on so far, in a realistic situation instead of technique per technique.