Re: [PHP] XML Next 25 Results

2001-08-07 Thread Girish Nath
;Gerry Kirk" <[EMAIL 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 r

Re: [PHP] XML Next 25 Results

2001-08-06 Thread Girish Nath
t); if ($fp) { fputs($fp, $header . $parameters); while (!feof($fp)) { $response .= fgets($fp,$appserverPacketSize); } fclose($fp); } return cleanXML($response);// custom function to strip HTTP headers from fetched data. } - Original Message ----- From