Skip to content

Instantly share code, notes, and snippets.

@abdul-hafizh
Forked from eduardoslompo/PHP Simples
Last active March 26, 2017 13:21
Show Gist options
  • Save abdul-hafizh/7d1b9d3f8d2e902ff958773cfaeace3a to your computer and use it in GitHub Desktop.
Save abdul-hafizh/7d1b9d3f8d2e902ff958773cfaeace3a to your computer and use it in GitHub Desktop.
PHP
<?php
$a = 5 ;
$b = 5 ;
$s = $a * $b ;
echo $s ;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment