Aaron,
Normally you control that output server-side by limiting the result
in
your SQL. Look at help for the SELECT statement and the LIMIT clause.
If you really want to send everything back at once, you'll need for
PHP to output
the table HTML so that it looks something like this skeleton.
Aaron,
Normally you control that output server-side by limiting the result in
your SQL. Look at help for the SELECT statement and the LIMIT clause.
If you really want to send everything back at once, you'll need to set
up the table HTML so that it looks something like
.
...
2 matches
Mail list logo