All pastes #626091 Raw Edit

Anonymous

public text v1 · immutable
#626091 ·published 2007-07-19 11:59 UTC
rendered paste body
if (isset($_POST['editor']) && is_array($_POST['editor'])
{
  if (count($_POST['editor']) > 0)
  {
    //do something
  }
}
else
{
  echo 'Required parameter missing or wrong type.';
}