POST and GET Superglobals in PHP | PHP Tutorial | Learn PHP Programming | PHP for Beginners. The POST and GET superglobal in PHP are used to transfer data from one page to another. These are VERY common in PHP and are used in a lot of scripts which makes this an important lesson to watch.
➤ GET ACCESS TO MY LESSON MATERIAL HERE!
First of all, thank you for all the support you have given me!
I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!
I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.
I hope you will find it helpful 🙂
Material for this lesson:
Tag: post get php, post and get superglobals php, post and get superglobals in php, php post and get superglobal, post and get superglobal, get superglobal in php, post superglobal in php, post and get methods in php, post and get method in php, get and post superglobals in php, get and post methods in php, get and post method in php, post method in php, PHP tutorial, php, mmtuts, learn php programming, php for beginners, php tutorial for beginners
Xem thêm: https://meohay360.com/category/internet
Nguồn: https://meohay360.com
Great Work. This was very helpful!
Hi, I have written an annonymous function that works once a page is loaded but upon first landing on the site I get undefined function as in the address bar the ?page=home is missing. The title shows the correct title, Home Page, and the body of text that I have also shows the page name but still I get the error.
Do you have a tutorial covering this, I cannot locate one, or are you thinking of doing 1?
$page = $_GET["page"];
$getPage = function() use ($page){
if(isset($_GET["page"])){
echo ucfirst($page) . " Page.";
} else {
echo "Home Page";
//This echo is being used on first landing on site
// by the title and the body of text naming the page
// Home page.
}
};
Call it by
$getPage();
Thanks
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
Thanks! It was very helpful.
Let's not skip ads for this guy.
He deserves it.
you are great!
Another great lesson. I think that sending user data (on a login page) over the URL would be a security risk so would want to use POST. I guess I will find out if I am right in following lessons.
hello just echoed out “`echo "<p>bin2hex(360)</p>" “` Why does this return 333630 to the page?
My echo $_POST['name']; is not working
i don't know why post work like get? i use post and it shows the information in url Why???
I found the solution on the official PHP Documentation website: https://www.php.net/manual/en/reserved.variables.get.php best solution I found so far..
You are awesome! Will you ,please , do a NodeJS tutorial? 🙂
That is a shit tutorial, very misleading
Can a variable be passed to another page without the form command?
i dont know why but i am getting the same results whether i use the methods POST or GET…the URL shows me name=value……a small help would be very helpful
so, what's the point of using get while you can just use post method, you also mentioned before in your html & css playlist that get method has a limit of 3000 char while post method does not have any limit
why does GET and POST have an underscore?
I tried running the code on my pc but my url didnt show any name or value and its kinda holding me back……..nice tutorials by the way man
real lif e example of this the url on this page says
?v=pkxqlfLioCk&index=26&list=PL0eyrZgxdwhwBToawjm9faF1ixePexft-
Nice video!
Your tutorials are easy to follow and i am enjoying php.. can you make a lesson on email activation?
high quality video
Thanks 🙂 I will watch entire channel 😀
Hello Daniel,
Apparently nobody else had this problem or they just found solution for it. I have this error message as following;
Notice: Undefined index: name in /path/nameoffile.php on line 31
It works though, I can get the result. But cannot get rid of this error message!
I googled it and found people searching for an answer for the same problem. I tried all of them but none worked for me. 🙁
Where is the mistake? I am using XAMPP.
<?php
echo $_POST ['name'];
?>
<form method="POST">
<input type="hidden" name="name" value="Jack">
<button type="submit">Submit</button>
</form>
4:06 hahahaha
i really enjoy your videos ..but can you please make a tutorial on ajax and php??
Best PHP tutorials I have ever seen! Please do advanced tutorials 🙂