Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 311 Bytes

File metadata and controls

8 lines (7 loc) · 311 Bytes

index.php

function greetings_hng($name, $email, $hnd_id, $language) { data = "Hello world, my name is $name with HNGi7ID $hnd_id using language $language for stage 2 task email $email "; return data; }

echo greetings_hng("olasode","PHP","HNG-03287","olasodedavid@gmail.com");