Simply, I have built an array as follows
Code: Select all
$list = array();
$listї3]="50"; $listї29]="45";$listї67]="89";I do not want to loop from 0 to 67. I only want to loop three times and retrieve the keys and data.
Could someone give an example on how I could do this?