> ... my problem is I want 3 images to appear in any one row in the table.
> Subsequent images I want to start in the next row down, subject to a limit
> of 3 and so forth.
Some naive and simplistic 'pseudo' code:
int current = 0, max = 3;
print_table_row_start();
while (sql_row = get_sql_row
Hi,
I have MySQL 3.23.xx and PHP4
I am using a code to return images that puts them in a table.
The search works fine. It selects an image and returns it fine.
However, when more that one image is returned:.
... my problem is I want 3 images to appear in any one row in the table.
Subsequ