vikal Posted February 18, 2008 Share Posted February 18, 2008 I want to put the certain value in index and again want to put that value in index to retrieve when it will needed...and again i want to put that index to another indexes..to store the value and ease of retrieval Link to comment https://forums.phpfreaks.com/topic/91665-how-to-make-index-of-an-array-and-indexes-of-index/ Share on other sites More sharing options...
trq Posted February 18, 2008 Share Posted February 18, 2008 Your question is unclear, can you give an example? Link to comment https://forums.phpfreaks.com/topic/91665-how-to-make-index-of-an-array-and-indexes-of-index/#findComment-469481 Share on other sites More sharing options...
vikal Posted February 18, 2008 Author Share Posted February 18, 2008 well let's see the example..to understand the my problem i am trying to making Bingo game using php..since there is no problem while generating 25 unique random numbers in 5X5 matrix out of 90 given numbers..now problem is in next step while selecting a bingo number (out of 25 ie from 5X5) we need to select store this no in an array...but we have already put 25 numbers in an array...so in this case we have to make an index...to store that Bingo number.... since this bingo number need to compare with another Bingo number..if similar system discard that number and at the next move if compare n did not match then put it to the same place where a first bingo number was kept.. like this there will be a pattern of bingo.... now simply gave me the solution of this problem...i am having problem while implementing it Link to comment https://forums.phpfreaks.com/topic/91665-how-to-make-index-of-an-array-and-indexes-of-index/#findComment-469488 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.