Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP
Author Message
Dawg
RavenNuke(tm) Development Team



Joined: Nov 07, 2003
Posts: 928

PostPosted: Thu Oct 21, 2010 8:31 pm Reply with quote

OOOOooo Great Guru's

Humble Grasshopper is STUCK!

Here is the Problem...

UserA-Z has a bunch of #1 widgets, #2 widgets and #3 widgets...for each User I need to find the largest #1 widget, Largest #2 widget and Largest #3 widget and then (This is where I get lost...) adding the weight of #1, #2 and #3 for the total weight of all three types of widgets.

I have them out of the data base...
User A - Largest #1-1 lb
User B - Largest #1- 10 lb
User C - Largest #1- 6 lb

and have converted them into an array.
TS,UID,Widget1, weight
(TS is the record number)

How do I compare those arrays to find out which one (row[3] more or less) is the greatest?

I am not looking for anyone to write code for me...just a nudge in the right direction or a link to an example will be fine. I am just having a hard time wrapping my head around this one.

Thank You for your time!!

Dawg
 
View user's profile Send private message
djmaze
Subject Matter Expert



Joined: May 15, 2004
Posts: 727
Location: http://tinyurl.com/5z8dmv

PostPosted: Fri Oct 22, 2010 12:39 am Reply with quote

walk through each recursively with foreach?

_________________
$ mount /dev/spoon /eat/fun auto,overclock 0 1
ERROR: there is no spoon
http://claimedavatar.net/ 
View user's profile Send private message Visit poster's website
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Fri Oct 22, 2010 5:48 pm Reply with quote

There are always many ways to accomplish the same goal. I always tend to think of how I can make the database do most of the heavy lifting for me. Since I don't know your exact table structure and what these Widgets are, I can't tell you for sure. But, I suspect that it might be possible to write a SELECT within a SELECT where the inner SELECT returns the max weight for each user/widget combination and then the outer SELECT uses that result and SUMS the weights for each user.

_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
Dawg







PostPosted: Wed Oct 27, 2010 6:24 am Reply with quote

Guys thank you for your help!

Sorry for the late reply...I was off working.

What I wound up doing was creating a new table called big widget and every time a widget was added...and it was larger than the existing widget....that table got updated.

Dawg
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©