mam teraz kod
$dane_formularzy_id=$client->doGetTransactionsIDs($_SESSION['sesja'], array($wybierz_aukcjes2["id_aukcji"]), 'seller');
$dane_formularzy = $client->doGetPostBuyFormsDataForSellers($_SESSION['sesja'], $dane_formularzy_id);
foreach($dane_formularzy as $formularze)
{
//print_r($formularze);
foreach($formularze as $formularz)
{
//print_r($formularz);
$wybierz_klienta_id = mysql_query("select * from klienci where id_allegro='".$formularz->{'post-buy-form-it-id'}."'");
echo " > ".$formularz->{'post-buy-form-it-id'}." ";
}
}
echo nic mi nie wyświetla
gdy użyje formułki
$formularz[0]->{'post-buy-form-it-id'} lub $formularz["post-buy-form-items"]->{'post-buy-form-it-id'} lub $formularz["post-buy-form-items"][0]->{'post-buy-form-it-id'}
wyrzuci jeden rekord a przy kolejnym wywali błąd
Fatal error: Cannot use object of type stdClass as array in /home/onl/public_html/api/import.php on line 203
tablica $formularz wygląda tak
68550110Array
( [0
] => stdClass Object
( [post
-buy
-form
-it
-quantity
] => 3
[post
-buy
-form
-it
-amount
] => 27
[post
-buy
-form
-it
-id
] => 1653464725
[post
-buy
-form
-it
-title
] => SREBRNY ĹAĹCUSZEK ĹťMIJKA 45CM 12MM PRĂ?BA 925 TANIO
[post
-buy
-form
-it
-country
] => 1
[post
-buy
-form
-it
-price
] => 9
) ) 20740043250stdClass Object
( [post
-buy
-form
-adr
-country
] => 0
[post
-buy
-form
-adr
-street
] => [post
-buy
-form
-adr
-postcode
] => [post
-buy
-form
-adr
-city
] => [post
-buy
-form
-adr
-full
-name
] => [post
-buy
-form
-adr
-company
] => [post
-buy
-form
-adr
-phone
] => [post
-buy
-form
-adr
-nip
] => [post
-buy
-form
-created
-date] => ) stdClass Object
( [post
-buy
-form
-adr
-country
] => 1
[post
-buy
-form
-adr
-street
] => Kruszyn KrajeĹ?ski ul
.Pfghf
[post
-buy
-form
-adr
-postcode
] => 86
-005
[post
-buy
-form
-adr
-city
] => BiaĹ?e BĹ?ota
[post
-buy
-form
-adr
-full
-name
] => ANNA W
[post
-buy
-form
-adr
-company
] => [post
-buy
-form
-adr
-phone
] => 6xxxxxx
[post
-buy
-form
-adr
-nip
] => [post
-buy
-form
-created
-date] => 2011
-06
-15 20
:37
:57
) Pekao SA142595685ZakoĹ?czona2011
-06
-15 20
:39
:212011
-06
-15 20
:39
:214stdClass Object
( [post
-buy
-form
-adr
-country
] => 0
[post
-buy
-form
-adr
-street
] => [post
-buy
-form
-adr
-postcode
] => [post
-buy
-form
-adr
-city
] => [post
-buy
-form
-adr
-full
-name
] => [post
-buy
-form
-adr
-company
] => [post
-buy
-form
-adr
-phone
] => [post
-buy
-form
-adr
-nip
] => [post
-buy
-form
-created
-date] => ) Array ( ) Array ( )