que te parece esto:
Código PHP:
$a=mysql_query("insert into xxx (id,nombre,fecha,fecha_exp,categoria) values ('$id','$nombre','$fecha','$fecha_exp','$categoria')") or die (mysql_error());
if($a){
header("location:ver.php?id=".$id."&nombre=".$nombre);
exit();
}