On Mon, 12 Jan 2009 14:38:17 Nathan Cox wrote:
> Do you mean an associative array?
>
> foreach ($myArray as $key => $value) {
> echo("$key is $value");
> }Just what I needed :-) Thanks, Michael --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
