value; } $sql = "SELECT `value` FROM `VokabelBox2Content` WHERE `id` = '$meta'"; $result_articles = mysql_query ($sql, $ezine_db); while ($articleDb = mysql_fetch_object($result_articles)) { $list_new = $articleDb->value; } echo count($selected_items) - 1 . "," . $list . "," . $list_new . "," . $list_new_id . ",true"; ?>