Re: [PHP-DB] How to select [please HELP]

2001-04-25 Thread William Lai
Sent:Wed, 25 Apr 2001 15:33:17 +0200 To: [EMAIL PROTECTED] Subject: [PHP-DB] How to select [please HELP] Hello! I am trying to select from a table where users add stuf. First I do: SELECT recordid,uid ,info FROM userstuff WHERE recordid LIKE '$recordid' Then I want to chec

Re: [PHP-DB] How to select [please HELP]

2001-04-25 Thread Brinzoi Constantin Aurelian
On Wed, 25 Apr 2001, David Tandberg-Johansen wrote: > Hello! > > I am trying to select from a table where users add stuf. > > First I do: > > SELECT recordid,uid ,info FROM userstuff WHERE recordid LIKE '$recordid' > > Then I want to check if the user has more records in the table, based on t

RE: [PHP-DB] How to select [please HELP]

2001-04-25 Thread Michael Rudel
:33 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] How to select [please HELP] > > > Hello! > > I am trying to select from a table where users add stuf. > > First I do: > > SELECT recordid,uid ,info FROM userstuff WHERE recordid LIKE > '$recordid' >

[PHP-DB] How to select [please HELP]

2001-04-25 Thread David Tandberg-Johansen
Hello! I am trying to select from a table where users add stuf. First I do: SELECT recordid,uid ,info FROM userstuff WHERE recordid LIKE '$recordid' Then I want to check if the user has more records in the table, based on the the first query SELECT recordid,uid,info FROM userstuff WHERE uid L