Re: [PHP-DB] Next N Interface

2002-09-30 Thread Mark Lee
How about appending LIMIT _GET[startrow],5 to the end of your query. The first parameter to LIMIT is the start position and the second is the number of rows to return. Does this help, or am I misunderstanding your question? Mark Lucas Novæ Matrix wrote: Hello, I am trying to create a

Re: [PHP-DB] Copying or duplicating tables

2002-09-24 Thread Mark Lee
Perfect. I thought there had to be some simple way to do that. Thanks a lot, Mark Rankin, Randy wrote: create table duplicatetablename as select * from mytable -Original Message- From: Mark Lee [mailto:[EMAIL PROTECTED] ] Sent: Tuesday, September 24, 2002 2:04 PM To: [EMAIL