What is $_ get?



What is $_ get?..

Answer / Pradeep Kumar Kanojiya

$_GET is an associative array containing all the variables passed to the current script via URL parameters. It's a part of PHP's superglobal arrays.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What is asort php?

1 Answers  


What is $_session in php?

1 Answers  


List some array functions in php?

1 Answers  


What is cookie and why do we use it?

1 Answers  


How can you count number of parameters given in a URL by POST method?

5 Answers  


How to call php function in jquery?

1 Answers  


which function used to get the number of days between two given dates in php

1 Answers  


Why is php so popular?

1 Answers  


What is difference between md5 and SHA256?

1 Answers  


Do you know when sessions ends?

1 Answers  


PHP serverside scripting language or client side scripting language>

8 Answers  


Tell me are parent constructors called implicitly inside a class constructor?

1 Answers  


Categories