Posts by Cristiano Facirolli • 35 points
7 posts
-
1
votes2
answers917
viewsQ: Selecting previous CSS element
I’m trying to select the other parent element of a table, but this not rolling track CSS. HTML <table> <tr> <td> <div> <input type="radio" class="voo-radio"…
-
0
votes1
answer215
viewsQ: Array help with multiple PHP levels?
I’m getting this array: Array ( [0] => {"Status": {"Alerta": ["Uma ou mais companhias n\u00e3o retornaram voos"], "Erro": false, "Sucesso": true [1] => Busca": {"Criancas": 0, "Adultos": 1,…
-
0
votes0
answers68
viewsQ: Calling class that generates JSON
Good morning! I am breaking my head to recover the Class that generates JSON, I have the following class name apiBusca.php public function enviarRequisicao() { $url = 'API'; $json = new StdClass();…
-
0
votes1
answer1918
viewsQ: Send variables via GET by php Ajax
I am creating a page in PHP that makes a query in a JSON/PHP via ajax and I need it to send to the URL, the form variables so I can make a query in this JSON/PHP. HTML: <form method="GET"…
-
0
votes2
answers250
viewsA: Order By in 2 MYSQL tables
I did it this way: SELECT DISTINCT t1.product_id as product_idT1, t1.manufacturer_id as manufaturer, t1.price as price, t1.date_added as dataAdd, t1.quantity as quantity, t2.name as nameT2,…
-
0
votes2
answers250
viewsQ: Order By in 2 MYSQL tables
Good morning! I am going through more moments and I would like your help with this problem! Come on, I’m doing a select in MYSQL where several tables are selected, in opencart to generate an XML for…
-
1
votes2
answers383
viewsQ: Array within PHP Array
I’m creating a system where you can add drugs by protocols. Ex: PROTOCOL NAME [ARRAY] NOME DO REMÉDIO [ARRAY 2] NOME DO ITEM QUANTIDADE TEMPO DE INFUSÃO [ARRAY] NOME DO ITEM 2 QUANTIDADE 2 TEMPO DE…