Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions scripts/arome_dev_script.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
function hgnInternship() {
function hngInternship() {
$email = "[email protected]";
$name = "Abraham Arome Onoja";
$name = "Abraham Onoja";
$hngid = "HNG-01334";
$programming_lang = " PHP";
$output = "Hello world, this is $name with HNGi7 ID $hngid using $programming_lang for stage 2 task email $email";
$programming_lang = "PHP";
$output = "Hello World, this is $name with HNGi7 ID $hngid using $programming_lang for stage 2 task email $email";
return $output;
}
echo hgnInternship();
echo hngInternship();
?>