POST Method In Action: Simple Form

preview_player
Показать описание

This Basic PHP tutorial illustrates the usage of POST method, with the help of a simple HTML form. It echo's/print's the user entered information on to the browser by passing it via POST method.

This video tutorial also explains about the advantages of using POST method over GET method.
Рекомендации по теме
Комментарии
Автор

Back to basics. Oldie but goodie. Thank you, Technotip.

I_Lemaire
Автор

I can't beleive I am watching it after 9 years
I must be in 4th standard at the time of upload of this video with no idea about post method and now I require it

mozart
Автор

This was everything I wanted and nothing I didn't. I am now a subscriber. Thank you!

jacobm
Автор

does'nt work man when i am trying to run the postform.php in my browser it shown the code it's not properly show html page it shows php code in my browser

StatusNanba
Автор

Must you have the input line within the <form> section, because I have a <div class="scrollable"><form></form></div>, and what this does, is I can define a <form> with rows="40" without having 40 lines taking up my webpage, which means the <input> button will not show, unless you scroll down 40 lines, using the scroll bar, so I put the <input> outside of the <form> to keep it next to the "name" and "email" field.    I want them to type in their name, their email, and ask me a question, then press submit.

haroldmcbroom
Автор

Your video was a lot of help, very even paced, well explained, and clear to understand.
Thank you for sharing as this helped me tremendously.

{Subscribed}

MrSidMan
Автор

when i click submit it takes me to post.php but it just shows all my code, how can i fix this?

charliepearson
Автор

post method in html is posting full of html of site which was edited by browser or just a part of html like a comment inside <p>comment</p> tag?

lanchanoinguyen
Автор

The best video I have watched about POST method, explained it rally easy.

trilinga
Автор

Hello sir, thank you for the nice tutorials. I have a query.
What will happen a login form, like this code, <form action="" method="post" name="Login_Form"> and if I need to enter the page, how can I do that sir

businesslifeeditor
Автор

You are amazing but i have question about the first step which you did that when did you created a folder why and where it does locate?

ihabs
Автор

So will there be any security reasons if you use post method here? I mean if you uploaded these two files, and use a redirect method, will your post stop working? because I need to use the post method but at the same time want to redirect the user somewhere else...

pianoLee-sxdx
Автор

This is a helpful video Satish! Thanks

notagamer
Автор

It is very interesting but I want to find information about variety of using attribute "action" in tag "form".
In your video you have used a value of one php-file.
But what if I don't want to use a php-files in handling a POST method from users forms? Have I any variant of other methods to do it, for exmple: action="some.html" or action="java_script.js"?
Thx

romarizkov
Автор

Thank you, easy and straight to the point as I like it!

chrispretorius
Автор

satish this is really a gud job, helped me a

binatealeem
Автор

Brother How we can add like this form to Wordpress. Please help me

OMARFARUK-vqpj
Автор

Looks nice and simple, you explain it good, keep it up!

dennist.
Автор

sir, i am getting error will u pls help me..
Warning: mysqli_select_db() expects parameter 1 to be mysqli, string given in C:\wamp\www\bai\postinfo.php

db is connecting but doesnot select table

sharmilibai
Автор

Great Video! This is the only video that explains so well and detailed! I subscribed and gave a thumbs up! :D :) :O

happyhuman