Skip to content

Instantly share code, notes, and snippets.

@AWOLTheSquatch
Created January 13, 2017 14:39
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 AWOLTheSquatch/81a6e956620c89f59493b8242b0dfe71 to your computer and use it in GitHub Desktop.
Save AWOLTheSquatch/81a6e956620c89f59493b8242b0dfe71 to your computer and use it in GitHub Desktop.
if (strpos($blueprints['flagID'],'4') === true) {
echo "<h3>In Use</h3>";
}
else {
if (strpos($blueprints['flagID'],'115') === true) {
echo "<h3>Available</h3>";
}
else {
};};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment