Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created July 30, 2019 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/94bcf6537dacfe9b6be6b2572afb3d5b to your computer and use it in GitHub Desktop.
Save BMU-Verlag/94bcf6537dacfe9b6be6b2572afb3d5b to your computer and use it in GitHub Desktop.
$field1name = $row["id"];
$field2name = $row["name"];
$field3name = $row["email"];
$field4name = $row["comment"];
echo '<tr>
<td>'.$field1name.'</td>
<td>'.$field2name.'</td>
<td>'.$field3name.'</td>
<td>'.$field4name.'</td>
</tr>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment