Skip to content

Instantly share code, notes, and snippets.

@gsmcwhirter
Created October 3, 2009 18:31
Show Gist options
  • Save gsmcwhirter/200791 to your computer and use it in GitHub Desktop.
Save gsmcwhirter/200791 to your computer and use it in GitHub Desktop.
<?php
$Wildcard_Usage = false;
if((isset($_POST["articlesearch"]) && substr_count($_POST["articlesearch"],'%') > 0) || (isset($_POST["authorsearch"]) && substr_count($_POST["authorsearch"],'%') > 0))
{
$Wildcard_Usage = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment