xml veri php esnek göndermek okuyamaz

2 Cevap php

Hi i have used the code from http://www.switchonthecode.com/tutorials/sending-flex-data-to-php-using-xml#comment-3635 to send xml data to php...

I don't know y i am having problem acessing data in php. Can anyone tell me how to see if the data has arrived at the php.

Teşekkürler

2 Cevap

http://www.switchonthecode.com/tutorials/sending-flex-data-to-php-using-xml diyor ki:

We are going to do this using a simple HTTPService which will send our XML data as a GET variable to a PHP script

Orada başlamak isteyebilirsiniz: get parametresi beklenen veriler içeriyor mu

echo '<pre>Debug: GET[contact]=',
  htmlentities( print_r($_GET['contact'], true) ),
  '</pre>';

Ayrıca E_ALL için error_reporting düzeyini ayarlamak ve belki üzerinde hiç DISPLAY_ERRORS. Siz komut içinde ya bunu yapabilir

error_reporting(E_ALL);
ini_set('display_errors', 1);

veya php.ini içinde (bu geliştirme makine ise).

bir günlük işlevi yapmak ve php kodu kullanmak

function logit($input) {
     $handle = fopen(dirname(__FILE__) . '\__log.txt', "a");
     fwrite($handle, var_export($input, true) . "\n");
 }

bu yüzden, her şey size logit ($ _GET) yapmak, esnek bir isteği olsun; veya oturum istersen. Giriş bir dizi ise, var_dump yaptığı gibi onu patlayacak ve dosyaya yazmak