Skip to content

Instantly share code, notes, and snippets.

@Galibri
Created January 21, 2018 21:00
Show Gist options
  • Save Galibri/da74221fd6b72ff72ba38c0bb2f48848 to your computer and use it in GitHub Desktop.
Save Galibri/da74221fd6b72ff72ba38c0bb2f48848 to your computer and use it in GitHub Desktop.
<?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