Dear Members,
I`m a litle newbie and have a big question. How may i get a table-field out of mysql-database and echo it into a html-table, without using a while-loop ???
I need this because i want to create a html-table to show datas out of 2 different mysql-tables.
<TR>
<TD>1. cell left, filled with data-sqltable1</TD>
<TD>1. cell right, filled with data-sqltable2/</TD>
</TR>
<TR>
<TD>2. cell left, filled with data-sqltable1</TD>
<TD>2. cell right, filled with data-sqltable2</TD>
</TR>
Has anyone an idea to realize with or better without arrays ?????