Re: [PHP] XML Next 25 Results

2001-08-07 Thread Girish Nath
($response);// custom function to strip HTTP headers from fetched data. } - Original Message - From: Gerry Kirk [EMAIL PROTECTED] To: Girish Nath [EMAIL PROTECTED] Sent: Tuesday, August 07, 2001 5:22 AM Subject: Re: [PHP] XML Next 25 Results Hello Girish, I can't help you

Re: [PHP] XML Next 25 Results

2001-08-07 Thread Girish Nath
PROTECTED] To: Girish Nath [EMAIL PROTECTED] Sent: Tuesday, August 07, 2001 8:19 AM Subject: Re: [PHP] XML Next 25 Results I think the best approach would be if you could specify in your query the number of rows you want and the starting row number. In MySQL, you can do that with LIMIT(row_num

[PHP] XML Next 25 Results

2001-08-06 Thread Girish Nath
Hi I have a script which receives and processes XML product information and displays it as a table in html. However, sometimes the html table can contain over 200 rows. Does anyone know of any xml parse examples which limit the output and possibly make a Display Next 25 results link at the base