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 |
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
Explain the extension .hta?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
Explain the adodb.stream class?
how to retrive the tooltip by using descriptive programming in qtp?
how to write vb script code for login gmail page by using notepad and how to run script in notepad
what is visual basic?
How regexp.execute method works?
Mention how to assign a date value to a variable?
How many types of operators are available in the vbscript language?
Which loop is used in case of arrays in the vbscript language?
How to open a file. What is the perpose of true and false mode there?