php - How to sort the array in a loop? -
I have a loop where my array is stored and the content is also required to be checked and displayed. Should not be repeated. For example:
for loop {$ myarray = storecontent ($ i = 0; $ i & lt; count ($ myarray); $ i ++) {if ($ myarray = = Storecontent) {} and {display content; }}} I did something like, where a page is in a loop, and that page has a description of each post, it has some similar content, I
Content 1: my_post1; My_post2; Content 2: my_post1; My_post2;
Use to sort arrays according to the spectrum
Comments
Post a Comment