Gumbo
Erfahrenes Mitglied
Folgendes wäre auch möglich:
Weitere Informationen:
›› PHP: empty - Manual
›› PHP: PHP Typenvergleichstabellen
PHP:
if( !empty($_REQUEST["username"]) && !empty($_REQUEST["email"]) && !empty($_REQUEST["hash"]) ) { ... }
›› PHP: empty - Manual
›› PHP: PHP Typenvergleichstabellen