[PHP] (SOLVED) [PHP] How can I output a query in a table with the output in multiple columns?

2002-06-21 Thread Latex Master
Hello John, PHP I used your script almost everything is worked. Thanks. Here is the script if someone will need it :) ".$row['name']."\n"; //keep a count so you know when to start a new row if(round($) == $) { echo "\n"; } $count++; }; //this will finish the table, i.e. if you o

RE: [PHP] How can I output a query in a table with the output in multiple columns?

2002-06-21 Thread John Holmes
> I've got the following situation: I have a list of items i want placed > in side-by-side columns in a table like this: > > name name name name > name name name name > name name name name > name name name name > > and so on. How can I do it? Name is a string in the database. You can try some

RE: [PHP] How can I output a query in a table with the output in multiple columns?

2002-06-21 Thread Jay Blanchard
[snip] I've got the following situation: I have a list of items i want placed in side-by-side columns in a table like this: name name name name name name name name name name name name name name name name and so on. How can I do it? Name is a string in the database. [/snip] -- Latex, Others w

[PHP] How can I output a query in a table with the output in multiple columns?

2002-06-21 Thread Latex Master
Dear List, I've got the following situation: I have a list of items i want placed in side-by-side columns in a table like this: name name name name name name name name name name name name name name name name and so on. How can I do it? Name is a string in the database. -- Best regards, La