Explain the difference between POST and GET Method.

Answer Posted / abinash grahacharya ..

It is a good question ....... :)

in get case we can see the posted value in the url when a
form is being posted, but in the post case the posted value
of a form will not show in the url...

basically the developer and testers are using the get method
in developement and in testing time.. but have to make it
post in the time of live.

if we are posting data from a form to other page we can get
that using $_POST['variable name'] or by $_REQUEST['variable
name']

but in case of get we can get it in $_GET['variable name']
and $_REQUEST['variable name']

I hope this will help..


Thanks

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain few date functions in vbscript?

612


how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me

1339


why variable name should not exceed 255 characters?

1817


HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.

2060


How can the spaces from the string be removed?

591






Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks

1723


Both Static and dynamic arrays are handled by VB script. Is it true?

608


How to assign a date value to a variable?

591


Mention what is the technology used by vb script?

523


Mention what is byref and byval parameters in vbscript?

579


Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.

1588


How will you format a number in percetage format in vbscript?

589


Mention what if you do not specify anything when you call a procedure?

570


What are the valid scopes of a variable in vbscript?

608


write a program to display configuration of a local system with the help of vb script.

1684