12 'Interests Confirmation Function',
23 if(isset($_POST[
"topicid"]))
25 $subtopicid=$_POST[
"topicid"];
27 foreach($subtopicid as $subtopicid)
30 $this->new_confirm($subtopicid);
35 if(isset($_POST[
"topicid"]))
37 $subtopicid=$_POST[
"topicid"];
39 foreach($subtopicid as $subtopicid)
42 $this->existing_confirm($subtopicid);
49 echo
"<a href=\" ./index.php?r=interests_confirmation/index\">Go Back To The Interest Confirmation Page</a>";