hi! i'm lost again. just want to ask. is this correct to display two cell?
<?php print"<tr>"; print"<td>"; print $close_file; print"</td>"; print"</tr>" print"<tr>"; print"<td>"; print $remarks"; print"</td>"; print"</tr>"; ?>
thanks
Sure, one on top of the other. There is better ways to output it though...
thanks for the reply LordShryku
unfortunately, i try this code but err...nothing appear.
Well this line is an error print $remarks";
thanks again
but still nothing appear. maybe i make the same mistake at other places as well.
anyway, thanks again 🙂