mintbox Posted March 6, 2011 Share Posted March 6, 2011 hello, i have a large array (1000 to 2000 elements) where each element has a unique value. I need to reference this array in each web page. My plan was to assign all the array elements in a file then include it in each page. Seems like this would take up a lot of processing when it repeats the array assignment for each page. Is there a better way to do this in PHP? thanks in advance. Link to comment https://forums.phpfreaks.com/topic/229814-initializing-same-large-array-for-many-web-pages/ Share on other sites More sharing options...
redarrow Posted March 6, 2011 Share Posted March 6, 2011 The best way is to sort out the array, the way you want it, then re submit it in a database in the correct usable order you want it displayed. should be fun. ps.this time update the database correctly, in the correct order as needed. there are some amazing ppl on php freaks, that can re write the whole database logic but i dont see them. Link to comment https://forums.phpfreaks.com/topic/229814-initializing-same-large-array-for-many-web-pages/#findComment-1183728 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.