Posts by Luciano Coelho Pettersen • 31 points
3 posts
-
0
votes0
answers54
viewsQ: Retonor Ajax, Json in PHP
how I take the return and put inside a php variable example: let’s say I’m returned the user id and wanted this id to be inside the $id so that can be made a link ">name if someone can help me…
-
2
votes4
answers974
viewsQ: Add Select Multiple values
I got the following select: <select name="idservico[]" id="idservico"> <option data-valor="25,00" value="1">opção 1</option> <option data-valor="20,00" value="1">opção…
-
1
votes1
answer28
viewsQ: Search in BD with For Repetition
I have the following Table as Example: data - chave primaria, contendo a data mesmo 2018-01-02. diasemana - int, contendo o dias das semana tipo 1 para segunda, 2 para terça. semanaAno - int,…