Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Update helloworld.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjan13 authored Oct 1, 2017
1 parent 623801f commit 345ad79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion helloworld.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<?php
echo "Hello World!";
echo "Enter Your Name \n";
$temp = fopen("php://stdin","r");
$line = fgets($temp);
echo "Hello World to you ".$line;
?>

0 comments on commit 345ad79

Please sign in to comment.