Contact: aviboots(AT)netvision.net.il
41,214 questions
53,716 answers
573 users
echo '<table border="1" cellpadding="3" cellspacing="3">'; for ($row = 1; $row <= 3; $row++) { echo "<tr>"; for ($col = 1; $col <= 5; $col++) { echo "<td>data</td>"; } echo "</tr>"; } echo "</table>";