ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Scripts  >>  PHP
 
 


 

 
 PHP interview questions  PHP Interview Questions
 ASP interview questions  ASP Interview Questions
 CGI Perl interview questions  CGI Perl Interview Questions
 JavaScript interview questions  JavaScript Interview Questions
 VB Script interview questions  VB Script Interview Questions
 JSP interview questions  JSP Interview Questions
 Shell Script interview questions  Shell Script Interview Questions
 Python interview questions  Python Interview Questions
 Tcl interview questions  Tcl Interview Questions
 Awk interview questions  Awk Interview Questions
 AJAX interview questions  AJAX Interview Questions
 Ruby on Rails interview questions  Ruby on Rails Interview Questions
 Scripts AllOther interview questions  Scripts AllOther Interview Questions
Question
What is the diffrence between GET,POST and REQUEST Method.
 Question Submitted By :: Khurshid
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the diffrence between GET,POST and REQUEST Method.
Answer
# 1
get method passing value just view address bar , post cant 
view
get passing limit value, post pass large amount 

 if you used get or post method... retrive the value 
through request method
 
Is This Answer Correct ?    2 Yes 0 No
Karthik
 
  Re: What is the diffrence between GET,POST and REQUEST Method.
Answer
# 2
GET : When you use this method then variables are view in 
the addressbar. If you want security then don't use this 
method. That mean in this method have not security. When 
you passing value by this method then only 255 char you can 
pass. Its useful when you want to bookmark page.

POST: When you passing value by this method then you can 
not view value in addressbar of explorer. It is secure then 
GET. This method have not any limit for passing value. You 
can not bookmark link by this method. If you want to server 
log then you can not get by using this method.

REQUEST: When you use GET and POST method then by REQUEST 
method you can make request to server and get value of 
variable.
 
Is This Answer Correct ?    5 Yes 0 No
Nikunj
 
 
 
  Re: What is the diffrence between GET,POST and REQUEST Method.
Answer
# 3
$_REQUEST can also be used to access cookies.
 
Is This Answer Correct ?    1 Yes 1 No
Guest
 
  Re: What is the diffrence between GET,POST and REQUEST Method.
Answer
# 4
Hi All:

GET 
A : Since information is available on Address bar ,this can 
be boomarked( add to favorites list).
B:Limited Information can be sent. (i think its 4KB)
C:Nosecure
D:Used for query somthing (like when u want to fetch data 
record)
E:Default addedd in request.(if u dont mention any method 
in form tag)

Post: 
A: Request Content sent as part of body of request.
B:unlimited data can be sent
C:Secure- cant be book marked.
D:Used to save data (insert/delete/update ..less used with 
select clause)



Post
 
Is This Answer Correct ?    2 Yes 1 No
Vijay
 

 
 
 
Other PHP Interview Questions
 
  Question Asked @ Answers
 
how can we retrive value from one database server and store them another database server using php?  3
what is the diference between php4 and php5 Tavant-Technologies2
In how many ways we can retrieve the date in the result set of mysql using PHP?  1
Why these language is needed?  1
What is the use of paypal in the e-commerece website? RedAlkemi3
How can we optimize or increase the speed of a mysql select query?  3
What is the maximum size of a file that can be uploaded using PHP and how can we change this?  2
What are the ways we can destroy a session variable ?  2
What is the functionality of the function strstr and stristr?  2
I created a new joomla module for administrator. when am going to install this, it is going "joomla/modules" path. but, i want to install this in the "joomla/administration/modules" path.  1
How i can integrate merchant payment get way in zen cart? in php? plz help me BA-Continnum-Solutions1
How can we encrypt the username and password using PHP? Xpert4
What is The difference between ' and " where they can ben in between or outmost and how Avis-Software2
How can we destroy the cookie?  2
How does header() work . What do they tell the server same question for SESSIONS Yahoo1
Who is the father of PHP and explain the changes in PHP versions? Rushmore-Consultancy1
How will you create a mysql database using php ?  2
What are the Merits and De-Merits of CURL library ?  1
How to make a file encrypt and decrypt? 3i-Infotech3
How can i send a HTML file to mail account.  2
 
For more PHP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com