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