subscribe( $list_id, array( 'email' => htmlentities($_POST['email']) ) ); if ( ! empty( $subscriber['leid'] ) ) { echo "success"; } else { echo "fail"; } ?>