Something like:
<? for($i=1; $i<25; $i++) { ?>
<table>
<tr>
<td>
<?
// php code to output your entry information
?>
</td>
</tr>
</table>
<? } ?>
Andrius Jakutis wrote:
> Hello again,
>
> Is there oportunity to write this:
>
> <some php command to loop entries, the way is written bellow>
> HTML php coding.+ MYSQL - 1 entries information
> <end of loop>
>
> Something like that:
>
> <here loop begins>
> <table>
> <tr>
> <td>
> first entry information from table "companies" (name, telephone...)
> </td>
> </tr>
> </table>
> <loop ends>
>
>
>
> THanks.
>
>
> --
> Su pagarba,
>
> Andrius Jakutis
> InternetMedia
> http://www.internetmedia.lt
> GSM: 370 82 31332
>
>
>
>
>
--
Chris Hobbs Silver Valley Unified School District
Head geek: Technology Services Coordinator
webmaster: http://www.silvervalley.k12.ca.us/~chobbs/
postmaster: [EMAIL PROTECTED]
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]