Are you sure you want to do this?
'); } $g_aths_success = ''; $g_aths_success_msg = FALSE; // First check if ID exist with requested ID $sSql = $wpdb->prepare( "SELECT COUNT(*) AS `count` FROM ".WP_g_aths_TABLE." WHERE `g_aths_id` = %d", array($did) ); $result = '0'; $result = $wpdb->get_var($sSql); if ($result != '1') { ?>