l111/h4/4.1.php

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <head> <title> Een klassiek voorbeeld</title> <body> <?php $naam = "Wout"; echo "Hello cruel world! Mijn naam is $naam" ?> </body> </html>

Resultaat

Made by Thijs Aarnoudse