Skip to content

Instantly share code, notes, and snippets.

@marc1706
Created April 17, 2013 09:39
Show Gist options
  • Save marc1706/5403054 to your computer and use it in GitHub Desktop.
Save marc1706/5403054 to your computer and use it in GitHub Desktop.
if (strlen($type) != 0)
{
if (strlen($type) == 0)
{
$type = "text";
}
/* some more random code */
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment