Skip to content

Instantly share code, notes, and snippets.

@JuniYadi
Created November 30, 2018 18:18
Show Gist options
  • Save JuniYadi/24110845eff8bc21c567d43503acd1c0 to your computer and use it in GitHub Desktop.
Save JuniYadi/24110845eff8bc21c567d43503acd1c0 to your computer and use it in GitHub Desktop.
<?php
$a = "ini ibu budi";
$b = "ini ayah budi";
$c = "budi rajin menabung";
echo "$a <br> $b <br> $c";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment