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 |
Which function allows you to instantiate an object given its programmatic identifier or progid?
what is diff between static and dynaic arrys?
write a Vb script to find a whther a selected drive exits.
what is used of Property........End Property loop ? how to write the script for it?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Mention how to create a cookie using vbscript?
what is test scenario?
Find Out Length of an array without using Ubound?
What is the purpose of on error resume next statement?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
How can the spaces from the string be removed?
Explain vbscript in detail?