[PHP] select from db

2004-06-03 Thread BigMark
Hi i have a football tipping database and i need to extract certain records from a users 'selections' table table name 'Selections' (rows) RoundGameName Winner Points data eg 1 1mark Hawthorn 4 (if team is a winner then 4 points

Re: [PHP] select from db

2004-06-03 Thread Robert Sossomon
> table name 'Selections' > > (rows) RoundGameName Winner Points > data eg 1 1mark Hawthorn 4 > (if team is a winner then 4 points added) > >1 2mark Geelong 0 > Assuming y

Re: [PHP] select from db

2004-06-04 Thread Dennis Seavers
; From: Robert Sossomon <[EMAIL PROTECTED]> > To: BigMark <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Date: 06/03/2004 11:44:58 PM > Subject: Re: [PHP] select from db > > > > table name 'Selections' > > > > (rows)

Re: [PHP] select from db

2004-06-04 Thread Dennis Seavers
ge] > From: Dennis Seavers <[EMAIL PROTECTED]> > To: Robert Sossomon <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Date: 06/04/2004 12:00:39 AM > Subject: Re: [PHP] select from db > > When you run this script, or one like it, does it work? You seem to