Determine foreach

This is a discussion on Determine foreach within the PHP Language forums, part of the PHP Programming Forums category; We are using the foreach($array as $eachline) function in an array. No. Value. [a] => apple [b] => banana [...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-18-2005
Mindy Geac
 
Posts: n/a
Default Determine foreach

We are using the foreach($array as $eachline) function in an array.

No. Value.
[a] => apple
[b] => banana
[am] => monkey

How do I determine the No.varabele of the array within the foreach
function?

Mindy


Reply With Quote
  #2 (permalink)  
Old 04-18-2005
srobertson
 
Posts: n/a
Default Re: Determine foreach

First step look in php manual, available for downloand from
http://www.php.net/

foreach ($yourarray as $key => $value){

echo $key .";".$value."/n"

}

the $key is the key

Hello, Mindy!
You wrote on Mon, 18 Apr 2005 13:07:16 +0200:

MG> No. Value.
MG> [a] => apple
MG> [b] => banana
MG> [am] => monkey

MG> How do I determine the No.varabele of the array within the foreach
MG> function?


Reply With Quote
  #3 (permalink)  
Old 04-18-2005
Scriptdude
 
Posts: n/a
Default Re: Determine foreach

Mindy Geac wrote:
> We are using the foreach($array as $eachline) function in an array.
>
> No. Value.
> [a] => apple
> [b] => banana
> [am] => monkey
>
> How do I determine the No.varabele of the array within the foreach
> function?
>
> Mindy
>
>


<?
foreach($array AS $key => $value) {

echo 'My key is:' . $key . ' and my value is: ' . $value;

}
?>

--
___| ___| _ \ _ _| _ \__ __| __ \ | | __ \ ____|
\___ \ | | | | | | | | | | | | | __|
| | __ < | ___/ | | | | | | | |
_____/ \____|_| \_\___|_| _| ____/ \___/ ____/ _____|
Computers will never take the place of books. You can't stand on a
floppy disk to reach a high shelf.
I thought 'Deep Throat' was a movie about a giraffe :/


Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 11:08 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0