Skip to content

Instantly share code, notes, and snippets.

@eavilesmejia
Last active July 14, 2017 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eavilesmejia/50625b7d77fc3993c26374206a91e8dc to your computer and use it in GitHub Desktop.
Save eavilesmejia/50625b7d77fc3993c26374206a91e8dc to your computer and use it in GitHub Desktop.
$garr = array("AUDI","BMW","MERCEDES-BENZ","AUDIE","BENTLEY","PORSCHE","VOLKSWAGEN");
if( !in_array($vehicle_make,$garr,TRUE)) {
$dv = ($pv*$multiplier)/100;
} else {
$dv = ($pv*1.05*$multiplier)/100;
$german = 'Yes';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment