Re: [PHP] Repeats of values

2002-12-31 Thread Tom Rogers
Hi, Wednesday, January 1, 2003, 2:47:57 AM, you wrote: AR> I'm running the following sql query which outputs a repeat value for each AR> field in the html cell box. AR> Like this: AR> .. AR> 3.3 3.3 78 78 2002-06-11 2002-06-11 AR> ... AR> which is not what I w

Re: [PHP] Repeats of values

2002-12-31 Thread Andrew Brampton
uesday, December 31, 2002 4:47 PM Subject: [PHP] Repeats of values > I'm running the following sql query which outputs a repeat value for each > field in the html cell box. > > Like this: > .. > 3.3 3.3 78 78 2002-06-11 2002-06-11 > ..

[PHP] Repeats of values

2002-12-31 Thread Anthony Ritter
I'm running the following sql query which outputs a repeat value for each field in the html cell box. Like this: .. 3.3 3.3 78 78 2002-06-11 2002-06-11 ... which is not what I would like. I was trying to get: . 3.3 78 2002-06-11 ...