Posts by Pedro Costa • 3 points
2 posts
-
0
votes1
answer49
viewsA: Build a script for similar information (PHP, Procedure, etc.)
From what I understand you want to do a search of all users and then compare the information of each. For this you need to fetch all users from the database. Here you can see everything you need to…
phpanswered Pedro Costa 3 -
0
votes1
answer73
viewsQ: Get the position of an Associative Array within another Array
I have this array of associative array’s: Array { [0]=> array(4) { ["nome"]=> string(35) "ACRILEX TECIDO 37ML AMARELO CANARIO" ["preco"]=> string(4) "1.65" ["quantidade"]=> string(1) "1"…