Пытаюсь забрать цифры со страницы на которой они находятся в теге <int></int>
$fgc = file_get_contents("http://httpapi.com/api/customers/signup.xml?auth-userid=id&auth-password=pass&username=e345222malil@email.com&passwd=password&name=name&company=company&address-line-1=address-line-1&city=city&state=state&country=US&zipcode=0000&phone-cc=0&phone=000000&lang-pref=ru");
preg_match('|<int>(.*)</int>|Uis',$fgc,$out);
echo $out;
Однако выдает ошибку:
failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
Добавлено через 00:40 сек.
Помогите исправить ...
Изменил: Михаил (19.07.2011 / 22:13)