Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created December 6, 2016 05:16
Show Gist options
  • Save ilhamarrouf/731bc82d3500d4d772b0a450984c530a to your computer and use it in GitHub Desktop.
Save ilhamarrouf/731bc82d3500d4d772b0a450984c530a to your computer and use it in GitHub Desktop.
Data Type PHP
<?php
$saldo = 15000000; //value variabel saldo bernilai genap
$hutang = 200000; //value variabel hutang bernilai genap
echo "Saldo Rp." . $saldo;
echo "<br>";
echo "Hutang Rp." . $hutang;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment