Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- echo "<div id='table-cust'>";
- echo "<table>";
- echo "<tr>";
- echo "<th align='left'>";
- echo $row['Customer'];
- echo "</th>";
- echo "<th>";
- echo $row['Job Number'];
- echo "</th>";
- echo "</tr>";
- echo "<tr>";
- echo "<td class='td-fault'>";
- echo wordwrap($row['Fault'], 85, "<br>\n", true);
- echo "</td>";
- echo "</tr>";
- echo "</table>";
- echo "</div>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement