Archived
Which superglobal variables hold the information passed through a HTML form ?
0
Community Evaluations
Incorrect answer
Auteur anonyme15/11/2023
Le $_GET ne permet pas d'accéder aux informations soumises via un formulaire HTML mais à celles passées via les paramÚtres d'URL : https://www.php.net/manual/fr/reserved.variables.get.php.
8
What type of array is the following?8
Which of the following statements are true ?8
What is the value of the `PHP_FLOAT_MIN` variable?10
Which of the following statements are true ?31
Explain the difference between the `include` and `require` functions in PHP.7
Write a PHP class with a constant and a public method that outputs the constant.6
Usage of the spaceship operator in a PHP loop.