All pastes #2071230 Raw Edit

fkjvnfk

public text v1 · immutable
#2071230 ·published 2011-05-28 17:54 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.';
}