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 |
There are 5 web pages.write a script to click the button on 4th web page.
how to operate webobjects in a webpage using getobject function and then using generic methods?
Explain what is loose binding? Why is it not a good practice to use it?
w r p syed then output was deys and click eysd and click ysde and click sdey and click deys and click eysd............
Explain about operator precedence in vb script?
reverse the string without using reverse string?
How can constants be declared in the vbscript language?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
How do display output message without using msgbox function?
how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.
Write a program to resize an array of 5 elements to 4 elements and display all the elements.
What are the naming conventions while declaring a variable in the vbscript language?