One here:
$sth->execute(array(':calories' => $calories, ':colour' => $colour));
Gelen diğer here,
/*** reassign the variables again ***/
$data = array('animal_id'=>4, 'animal_name' => 'bruce');
/*** execute the prepared statement ***/
$stmt->execute($data);
Benim soru: :key
veya key
?
Maalesef burada PHP ortam yok.