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