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
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
: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'
>
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