Guest User

Untitled

a guest
Dec 11th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1.   foreach ($columnsName as $columnName) {
  2.             foreach ($data as $key => $values) {
  3.                 foreach(values as $key =>value  ){
  4.                         if(columnsName['COLUMN_NAME']==$key ){
  5.                             $keysSort[]=key ;
  6.                             $valuesSort[]=value  ;
  7.                         }
  8.                 }  
  9.             }
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment