How do I combine these two conditionals? [closed]

Very easy –

if ( !is_page(56)&&!is_404())
  // Do something.
}

Regards,

Vinit Patil.