Posts by Renan Melo • 25 points
3 posts
-
1
votes2
answers56
viewsQ: PHP array / json
I need to generate a JSON in the following format below: { 'plan_id' => 2, 'customer_id' => 16, 'payment_method_code' => 'credit_card', 'product_items' => [ [ 'product_id' => 3 ] […
-
1
votes2
answers582
viewsQ: Jquery Repeater - Repeat values in select
I’m using the plugin jQuery Repeater. I need that by adding a new item/line, remove options already selected in select or that disable. Ex.: Linha 1 - Opções: Valor X | Valor Y | Valor Z Option…
jqueryasked Renan Melo 25 -
0
votes1
answer53
viewsQ: Syntax SQL query
Can someone help produce the syntax of the SQL query to get the result below? I need all values of the "Budgets" table to be listed, but at the same time all categories should be listed as well…