묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
기초적인 php 질문
2005.01.29 07:13
//밑의 문장을 php를 이용하여 가장 간단히 만드는건대 좀 도와주세요 제일 간단하게..
<TABLE>
<TR>
<TD align="center">1</TD>
<TD align="center">2</TD>
<TD align="center">3</TD>
<TD align="center">4</TD>
<TD align="center">5</TD>
<TD align="center">6</TD>
<TD align="center">7</TD>
</TR>
<TR>
<TD align="center">a</TD>
<TD align="center">b</TD>
<TD align="center">c</TD>
<TD align="center">d</TD>
<TD align="center">e</TD>
<TD align="center">f</TD>
<TD align="center">g</TD>
</TR>
</TABLE>
<TABLE>
<TR>
<TD align="center">1</TD>
<TD align="center">2</TD>
<TD align="center">3</TD>
<TD align="center">4</TD>
<TD align="center">5</TD>
<TD align="center">6</TD>
<TD align="center">7</TD>
</TR>
<TR>
<TD align="center">a</TD>
<TD align="center">b</TD>
<TD align="center">c</TD>
<TD align="center">d</TD>
<TD align="center">e</TD>
<TD align="center">f</TD>
<TD align="center">g</TD>
</TR>
</TABLE>