Search found 5 matches

by gj0519
Fri Apr 24, 2009 10:48 am
Forum: PHP - Code
Topic: Remove duplicate records
Replies: 7
Views: 310

Re: Remove duplicate records

Thanks for the suggestion.
That's what I'll do.
by gj0519
Thu Apr 23, 2009 3:01 pm
Forum: PHP - Code
Topic: Remove duplicate records
Replies: 7
Views: 310

Re: Remove duplicate records

1 more thing, my 2nd team name displays below the row it's associated with which is what I want but it left aligns, and I can't figure out how to get it to align under the other team name column.
GJ
by gj0519
Thu Apr 23, 2009 2:49 pm
Forum: PHP - Code
Topic: Remove duplicate records
Replies: 7
Views: 310

Re: Remove duplicate records

Thanks,
Did not even think about that. Now everything lines up.

GJ
by gj0519
Thu Apr 23, 2009 11:39 am
Forum: PHP - Code
Topic: Remove duplicate records
Replies: 7
Views: 310

Re: Remove duplicate records

Thanks, Now I am having a few problems getting things lined up correctly. Here is the code you gave me that I have tweaked some. I also have attached a png of my output. It's close but not lining up, I am trying to get the cells lined up with my headers. Any ideas? GJ $lasthdr2="";  $lasth...
by gj0519
Wed Apr 22, 2009 2:58 pm
Forum: PHP - Code
Topic: Remove duplicate records
Replies: 7
Views: 310

Remove duplicate records

I have a script that pulls in a date, time, id, name, and ref name from my database. When I display my data it gives duplicate date,time, and ref, the other records are different. I was a thinking of doing a count and if it found 2 or more records the same then only display it once. Here is what I h...