SyntaxFix
Write A Post
Hire A Developer
Questions
Use foreach with key and value.
Example:
foreach($samplearr as $key => $val) { print "<tr><td>" . $key . "</td><td>" . $val['value1'] . "</td><td>" . $val['value2'] . "</td></tr>"; }