Catalog
ID | "; $headers = ''; $body = ''; foreach($catalog as $key=>$value){ // see https://www.w3schools.com/php/php_arrays.asp $headers .= "".$key." | "; // see https://www.w3schools.com/php/php_operators.asp } $html2 = "||
---|---|---|---|
".$key." | ".$value." | ".$catalog['price'][$key]." | ".$catalog['stock'][$key]." |