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 |
what do you mean .ota mobile format
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
what is resorceallocation
What are subprocedures in vbscript?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
How will you format a number in percetage format in vbscript?
HI how can handle dynamic image through vb script example we have to create email id fill the edit box(these latters change wrong password) i am wating your answer
Explain the scope of the variables using dim, public, and private keywords respectively.
How to remove the spaces in a string Ex: "this is apple"
How to pass the parameter from one function to another function in VB Scripting?
What is the use of the formatdatetime function in the vbscript language?
What are lbound and ubound in the vbscript language?