Posts by Gomes • 21 points
4 posts
-
1
votes1
answer286
viewsQ: conditional search in PHP using codeigniter
I have this table in my database I need to select all products belonging to a brand, but if the product code is the same you should not repeat the product, you should use the same product. Example,…
-
0
votes0
answers40
viewsQ: Search and List through Json_decode
I have the following tables: When doing the brand search through the input post, I need to list all products that contain the selected brand id. Below is my passage. $marca =…
-
1
votes1
answer510
viewsQ: Search in two tables with codeigniter
I have the following situation: When selecting a marca in tabela compatibility, I want to list all products in the Product table, whose code is equal to the code of the selected brand. Example: when…
-
0
votes1
answer2367
viewsQ: PHP foreach Multidimensional Array
I would like to know how to do a model search of a car using the foreach, given the table below: /* Carro modelo ano toyota "corrola","allion","Ranx","mark" 2008 Mazda "Atenza","Demio","MPV" 2000 */…