Skip to content

Instantly share code, notes, and snippets.

@rottingcorpse
Created March 29, 2016 15:45
Show Gist options
  • Save rottingcorpse/1f21cef62fabd2d3ec7a to your computer and use it in GitHub Desktop.
Save rottingcorpse/1f21cef62fabd2d3ec7a to your computer and use it in GitHub Desktop.
echo ($val['total_unit_purchased == 0) ? 1 : $val['total_unit_purchased']/($val['total_unit_purchased'] - $extra);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment