最終結果を次のようにしたいと思います。
Vendor1 => 'description1,description2,description3',
Vendor2 => 'description4,description5,description6'
現在、次のようなものがあります。
if(mssql_num_rows($execute)){
while($row = mssql_fetch_array($execute)){
$dropdown[$row['VendorName']] .= "'" . $row['Transaction Description'] . "',";
}
}
しかし、これは私に与えます:
["Harland Financial Solutions"]=>
string(54) "'Software-implemention/license/support','sfw support',"