I an trying build an extension, taking information from php code to an opencart controller
So it's php too but reading the string give me some error
foreach($fields as $key=>$val) {
$string .= "$key=$val&";
}
I need a way to write this for opencart 2.3.0.2