English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hello,
thank you for looking on to my question

I have some small doubts regarding HTML Forms
Please Try to Help me

1> In form method what is the difference between "Get" and "post" ??

2> Do such forms work on free hosts like Geocities ??

3> If they do then what must be put into method ( get or post ?? ) ??



Thank You for putting in your time to look onto this question

Please try to answer.

:O)

2007-03-12 19:29:45 · 3 answers · asked by Wild S 1 in Computers & Internet Programming & Design

3 answers

it does not work in free websites like geocities for the reason that it does not allow you to run php/perl code

2007-03-12 20:17:07 · answer #1 · answered by Anonymous · 0 0

Get puts the values someone enters into your form - into the address bar, at the end of the address of the page your form action redirects to.

For example, if you have a form which asks for name and email address - and set the method to get, when they submit the form their address bar will show: nameofsubmitpage.xxx ?name=Joe &email=joe@joebloggs.com (but without spaces, Yahoo Answers doesn't like long strings of text without spaces).

I'm unsure if there is a limit to the number of values which can be passed using a get form, but you should use post for sure if your form contains confidential information, such as passwords - as the password would be displayed in the address once they submit your form.

You'll need to check geocities help for forms, they probably support both get/post forms, but as for scripts to do something with the form once it's submitted - you'll probably not have much lick there on Geocities.

2007-03-12 19:42:55 · answer #2 · answered by mr_cabbageman 4 · 0 0

Actually the POST and GET are the same method. In post the contents of data transferring will not be shown. In get method the data transferring content will be shown. That's all.

2007-03-12 20:58:43 · answer #3 · answered by sridhar b 2 · 0 0

fedest.com, questions and answers