;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
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
2 matches
Mail list logo