Skip to content

Instantly share code, notes, and snippets.

@clemherreman
Created April 2, 2013 15:37
Show Gist options
  • Save clemherreman/5293176 to your computer and use it in GitHub Desktop.
Save clemherreman/5293176 to your computer and use it in GitHub Desktop.
Clown #2
// Count the numbers of attached files
if (!empty($tabProprietes))
{
foreach ($tabProprietes as $prop)
{
$count++;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment