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 |
. Program for sorting of numbers in vb script?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
How to open excel in vb script?
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet
Explain the operator precedence in vb script?
Hi everybady, i have faced few Qns in one of i attended interview, please help me out with these below Qns. 1. how to join values without using join function? 2. how to compare values without using String compare function? 3. input is Bangalore, but i need output like this below format, what is function to use and get this outcome B A N G A L o R E 4. Input is "CapGemini" but uotput should be like this "inimeGpaC" 5. Input is 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Can someone let me know results of this Qns, please. Thanks.
Mention what is the technology used by vb script?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
How will you get the largest subscript of an array in vbscript?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
How you can call vbscript functions?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?