Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> problem z curlem, Malformed \uxxxx encoding
bela
post
Post #1


Administrator PHPedia.pl


Grupa: Developerzy
Postów: 1 102
Pomógł: 2
Dołączył: 14.09.2003

Ostrzeżenie: (0%)
-----


hej,
mam sobie taki oto kod
  1. <?php
  2. $xml = generateOrder($config);
  3. $ch = curl_init("http://integratex.techdata.com:8080/ix/IxHttpTestGate");
  4. curl_setopt($ch, CURLOPT_POST, 1);
  5. curl_setopt($ch, CURLOPT_POSTFIELDS, 'xmlmsg='.$xml);
  6. $result = curl_exec($ch);
  7. //print_r($result);
  8. curl_close($ch);
  9. ?>

i wyskakuje mi błąd
Kod
Malformed \uxxxx encoding

Spotkaliście się z czymś takim?
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 22.08.2025 - 19:19