How can add two values in ':ID' separated with dot. Values are numbers, i want ':ID' to be like 1.2, 2.3 etc...
$pdoExec = $stmt->execute(array(
':username' => $_SESSION['username'],
':ID' => $_SESSION['memberID'] "." $row['#'],
) );