I have a table called concept-relation and I want to insert into it.
concept-relation
for ($i = 0; $i < count($sources); $i++) { $sourceID = $this->get
try this
$query2 = "INSERT INTO concept-relation (relationID, firstConceptID, secondConceptID) VALUES (:rID, :sID, :dID)";