I want to select id from moodle database where name is equal to some variable.I am trying this statement but so far its not working.
$questionname= $DB->get_record_sql('SELECT id
FROM {question} WHERE name = ?', array($name));