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 |
What is asort php?
What is $_session in php?
List some array functions in php?
What is cookie and why do we use it?
How can you count number of parameters given in a URL by POST method?
How to call php function in jquery?
which function used to get the number of days between two given dates in php
Why is php so popular?
What is difference between md5 and SHA256?
Do you know when sessions ends?
PHP serverside scripting language or client side scripting language>
Tell me are parent constructors called implicitly inside a class constructor?