NuSphere Forums Forum Index
NuSphere Forums


Tue May 30, 2006 7:55 am
Replies: 3
Views: 8242
1 function GetResultXML ( $url ) {
2 $result = file_get_contents($url);
3 $resultLength = strlen($result);
4 return $result;
5 }

There is no problem with line 3.I got 2576576 for $ ...

Mon May 29, 2006 10:37 am
Replies: 3
Views: 8242
i've a web service which has a method returning huge string in XML format.
Result XML is obtained from another URL.I get the xml by file_get_contents function.
When i want to learn string length,it ...
Page 1 of 1
All times are GMT - 5 Hours