> 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($r
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 pr
inal Message -
From: "Michael A Smith" <[EMAIL 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
Tuesday, July 08, 2003 1:19 AM
Subject: Re: [PHP] Table trouble
> I'd just dump all of the results into an array and do something like this:
>
> echo "\n";
> for($i=0; $i {
> echo "\t\n";
> for($j=0; $j<2; $j++)
> {
> echo &quo
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 -- r
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 th
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
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
http://www.heathermccullough.com/bocajava/bocab
8 matches
Mail list logo