come direbbe Cettina.. veloce veloce...

Codice PHP:
$cmp=array("data","titolo","news");
foreach(
$cmp as $c)
  if (isset(
$_REQUEST[$c]))
    
$arr[$c]=$_REQUEST[$c]; 
in $cmp ci metti i campi che vuoi mettere nell'array naturalmente..