<?php
if(something==something){
for($i=0;$i<sizeof($array);$i++){
?>
<table>
<tr>
<th><?php echo date("m d y");?></th>
</tr>
</table>
<?php
}
}
?>
If I would use sintax like thiks would the code work? I couldn't find any discussion on this, and I am new to php so every advice would be helpful and appreciated. Thanks!