[PHP] Table trouble

2003-07-07 Thread phpu
Hello I need help. I'm querying a database then printing the results in a table. I want the result to be in a table with 2 columns per row. something like that ---- -- -- row 1

Re: [PHP] Table trouble

2003-07-07 Thread Kevin Stone
Message - From: phpu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 07, 2003 4:03 PM Subject: [PHP] Table trouble Hello I need help. I'm querying a database then printing the results in a table. I want the result to be in a table with 2 columns per row. something like

Re: [PHP] Table trouble

2003-07-07 Thread Jeff Harris
On Jul 8, 2003, phpu claimed that: |Hello |I need help. |I'm querying a database then printing the results in a table. I want the result to be in a table with 2 columns per row. |something like that | | |-- row 1 --

Re: [PHP] Table trouble

2003-07-07 Thread phpu
cell. HTH, Kevin - Original Message - From: phpu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 07, 2003 4:03 PM Subject: [PHP] Table trouble Hello I need help. I'm querying a database then printing the results in a table. I want the result to be in a table with 2

Re: [PHP] Table trouble

2003-07-07 Thread phpu
PROTECTED] To: phpu [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 1:43 AM Subject: Re: [PHP] Table trouble fetchinto? On Mon, 2003-07-07 at 14:42, phpu wrote: 10x but i am new to php and i do not know how to dump all of the results into an array can you help me with this one please

RE: [PHP] Table trouble

2003-07-07 Thread Ralph
Here's a tutorial on doing this: http://codewalkers.com/tutorials.php?show=15 -Original Message- From: phpu [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 3:04 PM To: [EMAIL PROTECTED] Subject: [PHP] Table trouble Hello I need help. I'm querying a database then printing

RE: [PHP] Table trouble

2003-07-07 Thread Ralph
fetchinto? On Mon, 2003-07-07 at 14:42, phpu wrote: 10x but i am new to php and i do not know how to dump all of the results into an array can you help me with this one please? $sql=select * from cate order by name asc; $resurs=mysql_query($sql); while ($row=mysql_fetch_array($resurs))

[PHP] table trouble

2002-12-20 Thread Didier McGillis
Hello everyone, I was looking for some help, its late and I'm trying to help a friend finish up a project. here is an example and the jpg of what the page is supposed to look like. http://www.heathermccullough.com/bocajava/bocabucks/bocabucks.html