CHeck out ADODB, it makes this a pretty easy task. http://php.weblogs.com/adodb
"Marco Bleeker" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, how would I go about listing a portion of a MySQL table, without an > overall selection criterium? I have a unique index field, but it's a string > and not autoincremented (but manually and with gaps). I just want to go to > one particular row (query on that index field) and then list, say, 20 rows > before that point and 20 rows after it. So I can create an output of 41 > rows in a HTML table. Is there something like the dBase SKIP and GOTO > command? Should I do a query for each individual row (and get 41 result > sets) or can I somehow walk through 1 result set ? > > Thanks, Marco > -- > Marco Bleeker, Amsterdam, NL. > Please do not distribute my email address to a third party > Refer to www.ecocam.com for an email form (and more) > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php