Vanilla PHP Flashcards

1
Q

PHP $_GET

A

PHP $_GET is a PHP super global variable which is used to collect form data after submitting an HTML form with method=”get”.

$_GET can also collect data sent in the URL.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

Print_r()

A

The print_r() function prints the information about a variable in a more human-readable way.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly