I get the Error
Fatal error: Call to undefined function getAvnet() in C:\xampp\htdocs\ems\app\controllers\queries_controller.php on line 23
when accessing the source file attached.
The line is:
$ret = getAvnet('de', $searchstring);
supposably calling
function getAvnet($country, $query)