[jQuery] Re: Working on website trying to make a list.

2008-09-10 Thread Brad
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.

[jQuery] Re: Working on website trying to make a list.

2008-09-10 Thread Brad
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 . ...