Re: [PHP-DB] access Rows

2001-04-12 Thread phobo
Friday, April 13, 2001 7:40 AM Subject: Re: [PHP-DB] access Rows > Hi, > > If you exactly know which row you want you could use LIMIT yourRow, 1. > If you copy the RS into an array first you would have to use a while > statement > aswell, or not? > > Cheers > Johannes &

Re: [PHP-DB] access Rows

2001-04-12 Thread Johannes Janson
Hi, If you exactly know which row you want you could use LIMIT yourRow, 1. If you copy the RS into an array first you would have to use a while statement aswell, or not? Cheers Johannes ""Mike"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 9b4e4n$gmh$[EMAIL PROTECTED]">news:9b4e4n$gmh$[EMAIL PROT

[PHP-DB] access Rows

2001-04-12 Thread Mike
I want to be able to access the rows of a resultset,but I want to specify which ones.(Lets say $row[5]).Do I have to copy the RS into a seperate array first?Most examples enumerate with "while" statements.I dont want to do that. Thanks Mike P [EMAIL PROTECTED] -- PHP Database Mailing List (ht