Skip to content

Instantly share code, notes, and snippets.

@ClaudioHenrique
Created December 9, 2014 01:43
Show Gist options
  • Select an option

  • Save ClaudioHenrique/c224ed73ed4f99bd724a to your computer and use it in GitHub Desktop.

Select an option

Save ClaudioHenrique/c224ed73ed4f99bd724a to your computer and use it in GitHub Desktop.
Simple Example
<?php
$variable++;
$variable++;
echo $variable;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment