l208/dhfgds.php

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <?php $naam = "gojo"; $toegang = controle($naam); echo "heeft $naam toegang? <div>$toegang<div>"; function controle ($naam){ if ($naam== 'gojo'){ return 'nee die heb je niet'; } else { return 'ja die heb je'; } } ?> </body> </html>

Resultaat

Made by Thijs Aarnoudse