Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- foreach ($columnsName as $columnName) {
- foreach ($data as $key => $values) {
- foreach(values as $key =>value ){
- if(columnsName['COLUMN_NAME']==$key ){
- $keysSort[]=key ;
- $valuesSort[]=value ;
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment