Posts by Douglas D. Carvalho • 9 points
3 posts
-
0
votes1
answer116
viewsQ: Read file . qrp with php
I am creating a PHP application that depends on the data of another application (legacy). Such data are exported using the format . qrp, the problem is I’ve never seen this format before. If someone…
phpasked Douglas D. Carvalho 9 -
0
votes3
answers878
viewsA: sort multidimensional array php
I believe that you yourself can create a simple algorithm for sorting, can even be based on Bubble Sort. For this, use a foreach that goes through all the keys of the array: foreach ($array as…
-
0
votes0
answers272
viewsQ: Transform defined dimensions into percentage for pixels using jquery
At first I want to apologize for the typical beginner question. But I am a whole day trying to find in pixels the dimensions of certain element of my page but I can’t. $(document).ready(function ()…