Explain the difference between POST and GET Method.



Explain the difference between POST and GET Method...

Answer / 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

More VB Script Interview Questions

Which function allows you to instantiate an object given its programmatic identifier or progid?

1 Answers  


what is diff between static and dynaic arrys?

1 Answers  


write a Vb script to find a whther a selected drive exits.

1 Answers   CTS,


what is used of Property........End Property loop ? how to write the script for it?

1 Answers  


Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?

1 Answers  


Mention how to create a cookie using vbscript?

1 Answers  


what is test scenario?

1 Answers  


Find Out Length of an array without using Ubound?

1 Answers  


What is the purpose of on error resume next statement?

1 Answers  


while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans

1 Answers   IBM,


How can the spaces from the string be removed?

1 Answers  


Explain vbscript in detail?

1 Answers  


Categories