Skip to content

Instantly share code, notes, and snippets.

@vsxed
Created November 19, 2012 20:19
Show Gist options
  • Select an option

  • Save vsxed/4113627 to your computer and use it in GitHub Desktop.

Select an option

Save vsxed/4113627 to your computer and use it in GitHub Desktop.
Array syntax
$arrrrray = array(
"Arcade & Action",
"Casual",
"Cards & Casino",
"Brain & Puzzle",
"Racing",
"Sports Games");
if (in_array($appCategory, $arrrrray)){
$appCategory = "games";
}else{
$appCategory = "apps";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment