You are here: PHP bug within multi. dimensional arrays? « PHP « IT news, forums, messages
PHP bug within multi. dimensional arrays?

Posted by Merlin on 06/06/05 16:51

Hi there,

I am outputting an multidim. array. That works fine, except one thing. The first
letter of the value inside dimension 1 always gets printed.

For example:

I fill the arrays:
while ($row = mysql_fetch_object($result)){
$cat[$row->main_id][name] = $row->main_name;
$cat[$row->main_id][$row->sub_id][name] = $row->sub_name;
}

Then I output them:
foreach ($cat AS $maincat){
echo $maincat[name].':';
foreach($maincat AS $subcat){
echo $subcat[name].$br;
}
echo $br;
}

Which does result in:

Europe:E
Germany
UK

North America:N
US
CA

As you can see I get the extra letters N and E. Is this an php error or did I do
something wrong?

Thanx for any hint,

Merlin

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация