Posts by Elizeu Madeira • 1 point
2 posts
-
0
votes3
answers134
viewsA: Is there a PHP function that simulates a LEFT JOIN?
That solves your problem array_keys(array_intersect_key($arr1,$arr2)); Returns an array with the keys present in the two arrays
phpanswered Elizeu Madeira 1 -
0
votes2
answers1588
viewsA: Grid with auto refresh html + Angularjs
Take a look at Websocket, the problem is that it only works in newer browsers and it’s still a bit precarious, but I think it’s more or less what you need. Regarding your grid, I don’t know how the…