'; foreach($cols as $col) { $html .= ''; } unset($col); $html .= ''; foreach($cols as $col) { $html .= ""; } unset($col); $html .= ''; for($r = 1; $r <= $rows; $r++) { $html .= ''; foreach($cols as $key => $col) { $html .= ''; } unset($col); $html .= ''; } $html .= '
{$col}
' . (($key > 0) ? rand(1, 9999) : $r) . '
'; echo $html;