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                      
tip   To Refer this Site to Your Friends   Click 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 ?    9 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 ?    14 Yes 1 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 ?    5 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 ?    5 Yes 3 No
Vijay
 
  Re: What is the diffrence between GET,POST and REQUEST Method.
Answer
# 5
POST method send information through HTTP while GET method 
send information through url. and REQUEST is use When we 
don't know what method is used in first page and we want to 
take these variable on second page.
 
Is This Answer Correct ?    4 Yes 1 No
Narender Bisht
 

 
 
 
Other PHP Interview Questions
 
  Question Asked @ Answers
 
does PHP support foreign key and Rollback?yes or not.if not then why. how will you done these concept in php? Avanigoradia1
How can we know the number of days between two given dates using PHP? HCL8
How to add a cookie?  2
What is the difference between Reply-to and Return-path in the headers of a mail function?  2
What is the difference between the functions UNLINK and UNSET? Silicon-Biztech2
how to insert, update data in database  4
I am working in VFP with no knowledge of web programming.I want to learn web database programmin. Can I choose PHP and MYSQL for that?  1
What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?  2
how long a default session stay in php?  4
What is the difference between include and include_once ? Which is one is good in terms of performance ? Dest2
How do you run a php script from the command line?  1
what is the post and get method?? Google11
What is the functionality of the function html entities?  2
How can we register the variables into a Session? HCL5
What is MIME?  2
Which is the best method to fetch the data from mysql? 1.mysql_fetch_array() 2.mysql_fetch_object() 3.mysql_fetch_row() 4.mysql_fetch_assoc()  3
Hi all, I have a problem in Apache on windows xp.I tried to unistall apache and install it again. But when in did the installation again, and tried to run apache, i get the following error message, Socketaddresse can just be used once. Make_sock: could not build to address 0.0.0.0.80 No listening sockets available.Shutting down Unable to open logs. and i also get (error) OS2. The system cannot fine the installed service named "Apache2". Please i need some one to help me out with this.I'm really fustrated cuz i need this stuff working as fast as possible. PLEASE HELP ME  2
display selected value in dropdown list through javascript without page refresh  1
What are the difference between abstract class and interface?  3
recurring account in PayPal payment gateway? A1-Technology1
 
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