Quantcast
Channel: PHP Freaks: PHP Help
Viewing all articles
Browse latest Browse all 13200

array help

$
0
0

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.


Viewing all articles
Browse latest Browse all 13200

Trending Articles