update( "plugins", array( 'Status' => '0' ), "Id = $id" ); if ( $result ) { header( "Location: index.php?page=plugins&result=5" ); exit; } else { header( "Location: index.php?page=plugins&result=6" ); exit; } } else { header( "Location: index.php?page=plugins&result=6" ); exit; } } }