You are here: Re: [PHP] a better way for the array « PHP « IT news, forums, messages
Re: [PHP] a better way for the array

Posted by Marek Kilimajer on 02/18/05 14:26

Merlin wrote:
> Hi there,
>
> I am wondering if there is a nicer way to save the data into an array
> than I do.
>
> I do have a 2 dimensional array "$para".
>
> Currently I go like this:
>
> $para[1][txt] = 'Europe'.$continent[name];
> $para[1][link] = '/'.$continent[name].'.htm';
> $para[1][title] = 'Europe - Continent overview';
> $para[2][txt] = $country;
> $para[2][link] = '/'.$continent[name].'.htm';
> $para[2][title] = $country;
>
> That becomes really difficult if you have more of them, and you want to
> reorganize the ordering. Then you have to rename all numbers.
>
> Is there a nicer way to do that?
>
> Thank you for any hint,
>
> Merlin
>

$para = array();

$para[] = array('txt' => 'Europe'.$continent['name'],
'link' => '/'.$continent[name].'.htm',
'title' => 'Europe - Continent overview');

$para[] = array('txt' => $country,
'link' => '/'.$continent[name].'.htm',
'title' => $country);

 

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

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