PHP
19 August 2022
/ Non classé, PHP
Comment récupérer l’URL de la page courante en PHP
Vous pouvez utiliser la variable globale $_SERVER pour récupérer l’URL de la page courante en PHP. $_SERVER est une variable super-global, ce qui signifie…
19 August 2022
/ Non classé, PHP
Methods that will hide all errors?
to Hide All Errors: to Show All Errors: error_reporting (PHP 4, PHP 5, PHP 7, PHP 8) error_reporting — Sets which PHP…