RE: [PHP] Nested Loops

2004-02-19 Thread Alex Hogan
for and it's much less code. alex hogan > -Original Message- > From: Ford, Mike [LSS] [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 19, 2004 4:50 AM > To: 'Alex Hogan'; PHP General list > Subject: RE: [PHP] Nested Loops > > On 18 February 200

RE: [PHP] Nested Loops

2004-02-19 Thread Ford, Mike [LSS]
On 18 February 2004 22:13, Alex Hogan wrote: > Sorry..., > > > > Line 17 is: print " href=\"$id\">$row2[$rtxt]"; I haven't a clue what this is relating to (bit *too* much snippage there!), but I think that statement is going to need some curly braces to have a chance of working as intended:

RE: [PHP] Nested Loops

2004-02-18 Thread Alex Hogan
Using print_r($var) shows that the vars are returning the right values, and where they're supposed to. Right in between the error messages. Doh. alex ** The contents of this e-mail and any files transmitted with it are con

RE: [PHP] Nested Loops

2004-02-18 Thread Chris W. Parker
Alex Hogan on Wednesday, February 18, 2004 2:06 PM said: > Do I have something wrong with my syntax? > > Is there an easier way to do this? i don't know the answer to either of those questions but if it's complaining of an undefined index you might want to try prin

[PHP] Nested Loops

2004-02-18 Thread Alex Hogan
Sorry..., Line 17 is: print "$row2[$rtxt]"; alex ** The contents of this e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom it is addressed.

[PHP] Nested Loops

2004-02-18 Thread Alex Hogan
Hi All, I've been banging my head for several hours now. I've got a mssql backend. What I want to display is; Date 1 Item 1 Item 2 Item 3 ... etc Date 2 Item 1 Item 2 Item 3 ... etc Here's the code I've been fighting with; $query = "select distinct wn_pdate

Re: [PHP] nested loops and PHPLIB templates

2001-04-09 Thread Maxim Derkachev
Hello paula, Monday, April 09, 2001, 6:47:21 AM, you wrote: p> I was sending desperate emails to this list related to nested loops and array comparision. p> Well, just let you know that the problem seems to be that I'm using this with PHPLIB p> templates and those can't handle nested loops. te

Re: [PHP] nested loops and PHPLIB templates

2001-04-08 Thread eschmid+sic
On Sun, Apr 08, 2001 at 10:47:21PM -0400, paula wrote: > I was sending desperate emails to this list related to nested loops and array >comparision. Well, just let you know that the problem seems to be that I'm using this >with PHPLIB templates and those can't handle nested loops. Please subsc

[PHP] nested loops and PHPLIB templates

2001-04-08 Thread paula
I was sending desperate emails to this list related to nested loops and array comparision. Well, just let you know that the problem seems to be that I'm using this with PHPLIB templates and those can't handle nested loops. If I would know that a week ago I would avoid nightmares and had 6 poun