Jump to content

array help


maxbld

Recommended Posts

Dear all,

 

10 years ago I was a skilled PHP programmer... Now after many years of inactivity I'm facing a newbye problem I can't figure out.

 

I've written this piece of code:

 

$found = array('uno','due', 'tre');
for ($i=0;$i<count($found);$i++){
	echo $found[i];
}

my output page is empty?? Shouldn't I see unoduetre? I mean I see in the debugger the array is fed and the loop is done!!

 

Please be kind help me out, I feel like daydreaming...

 

BR,

Max.

Link to comment
https://forums.phpfreaks.com/topic/275405-array-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.