Guten Tag,
ich brauche Eure Hilfe.
I brache es so, dass print_r($companies) bekommt solche Struktur:
Array
(
[22] => Microsoft
[25] => Google
wo 22 - [$cruise->company_id] und und Microsoft - [$cruise->company_name] sind.
ich brauche Eure Hilfe.
PHP-Code:
$companies = array();
foreach ($cruises->cruises as $key => $cruise)
{
//hier passiert die Füllung des Arrays
}
Array
(
[22] => Microsoft
[25] => Google
wo 22 - [$cruise->company_id] und und Microsoft - [$cruise->company_name] sind.
Kommentar