Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to phpanswers , where you can ask questions and receive answers from other members of the community.
is the $get ans $request are same?
0
votes
related to an answer for:
What is difference between $_REQUEST, $_POST and $_GET?
asked
10 months
ago
by
anonymous
1 Answer
0
votes
$_GET -> it will display variable & values in URL.
$_POST -> it will NOT display variable & values in URL.
$_REQUEST -> is a comdined feature of GET, POST & COOKIE.
So Not same.
answered
7 months
ago
by
anonymous
Related questions
0
votes
1
answer
if you create multiple inheritance the method name are same for all class then create object .which method(class) call first
asked
1 year
ago
by
anonymous
0
votes
1
answer
Is a mobile bar the same with a regular bar?
asked
7 months
ago
by
anonymous
mixed
mobile
bar
0
votes
1
answer
In OOP i use global/public parameter to give access of methods and parameteres . But i got intoduce to new friend function .What is the use of friend function? Is it same as public declaration.
asked
2 years
ago
by
phpanswers
(
1,125
points)
interview
php
0
votes
1
answer
Why is it that in the internet there are some sites that allow movie streaming?
asked
2 months
ago
by
anonymous
watch
movies
online
0
votes
1
answer
What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?
asked
2 years
ago
by
phpanswers
(
1,125
points)
interview
php