Created
January 21, 2018 21:00
-
-
Save Galibri/da74221fd6b72ff72ba38c0bb2f48848 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$my_name = "Muhammad Asadullah Al Galib"; | |
$my_age = 24; | |
$my_location = "Mirpur 2"; | |
echo 'My name is ' . $my_name . '<br />'; | |
echo 'I am ' . $my_age . ' years old' . '<br />'; | |
echo 'I live in ' . $my_location . '<br />'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment