Php – Can somebody please tell me what is the error in my code
$address = [" Street name"= >" Rozenlaan", "House number" = > 10, "Post code"= > 3945, " City"= >" Ham"]; echo $address ["Street name"]; I get syntax error but I can't see where I made mistake: (syntax error, unexpected token…