• Register
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
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