Hi i have a football tipping database and i need to extract certain records
from a users 'selections' table
table name 'Selections'

(rows)          Round    Game    Name     Winner       Points
  data eg          1             1        mark     Hawthorn       4
(if  team is a winner then 4 points added)

                       1             2        mark     Geelong         0


What i want to do is show all the above rows of a particular user and round,
ie:  all of user 'mark' round 1 details which includes games 1-8, the team
names he picked, and the points for a win.

p.s. is there a way of totaling the points as well

mark

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to