Connecting...

This is a quick preview of the lesson. For full access, please Log In or Sign up.
For more information, please see full course syllabus of Advanced PHP
For more information, please see full course syllabus of Advanced PHP
Advanced PHP HTTP & the POST Method
Lecture Description
In this lesson our instructor talks about HTTP and the POST method. First, he discusses HTTP model, messages, requests, and responses. Then he talks about header(), GET method, POST method, accessing POST data in PHP, GET vs. POST, and an example of accessing POST data via $_POST. He ends the lesson with a homework challenge.
Bookmark & Share
Embed
Share this knowledge with your friends!
Copy & Paste this embed code into your website’s HTML
Please ensure that your website editor is in text mode when you paste the code.(In Wordpress, the mode button is on the top right corner.)
×
Since this lesson is not free, only the preview will appear on your website.
- - Allow users to view the embedded video in full-size.
Next Lecture
Previous Lecture
0 answers
Post by Anastasia Prozorova on February 28, 2013
I think on the slide about Post vs. Get methods, there is a mistake. It's not Post method that's idempotent, it's the Get method that's idempotent (has no side effects)...