Skip to content
Open
Show file tree
Hide file tree
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: 10 additions & 0 deletions finaltask.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
function intro($name, $hng_id, $language, $email){

$output = "Hello World, this is ".$name. " with HNGi7 ID ".$hng_id. " using ".$language. " for stage 2 task and ".$email;
return $output;

} echo intro ("AKINTOYE TEMITOPE", "HNG-06715", "PHP", "[email protected]");


?>
8 changes: 4 additions & 4 deletions script06715.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
function intro($name, $hng_id, $language, $email){

$output = "Hello World, this is ".$name. "with HNGi7 ID "$hng_id. "using ".$language. "for stage 2 task and ".$email;
$output = "Hello World, this is ".$name. " with HNGi7 ID ".$hng_id. " using ".$language. " for stage 2 task and ".$email;
return $output;

} echo intro ("AKINTOYE TEMITOPE", "HNG-06715", "PHP", "[email protected]");

} echo intro ("AKINTOYE TEMITOPE", "HNG 06715", "PHP", "[email protected]");

?>

?>
10 changes: 10 additions & 0 deletions scripts/script06715.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
function intro($name, $hng_id, $language, $email){

$output = "Hello World, this is ".$name. "with HNGi7 ID "$hng_id. "using ".$language. "for stage 2 task and ".$email;
return $output;

} echo intro ("AKINTOYE TEMITOPE", "HNG-06715", "PHP", "[email protected]");


?>