Skip to content

Instantly share code, notes, and snippets.

@mayomi1
Last active August 30, 2017 19:56
Show Gist options
  • Save mayomi1/11d471c9f63d34d8503645e9af9aaa9a to your computer and use it in GitHub Desktop.
Save mayomi1/11d471c9f63d34d8503645e9af9aaa9a to your computer and use it in GitHub Desktop.
php tutorial
<?php 
$varible = “hello from the other side”;
$variable1 = “I must have called a thousand times”;
echo $variable
echo $variable1
echo “$variable $variabel1”;
echo $variabel.’ ‘ . $variable;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment