setCategoryID($cat_id); $cx->setQuestionID($id); $rank_str = "rank_$i"; $rank = $$rank_str; if ($rank == "") $rank = "999"; $cx->setRank($rank); $cx->create(); } } } header("Location: ./edit-list.php3?id=$cat_id");