Posts by Joao Hauptmam • 49 points
5 posts
-
0
votes1
answer79
viewsQ: consultation of datepicker dates
good afternoon guys. How do I view the database data through the date selected in the datepicker? How should select be used in this case? since it is the user who will choose the date to display the…
-
1
votes2
answers472
viewsA: call image through the answer id in the form
I managed to make the call, follow the way:<?php if($row["nometabelaBD"] == 'SIM'){ echo "<img src=\"img.jpg\">";} just do an if there and solved the problem, but thank you all for the…
-
1
votes2
answers472
viewsQ: call image through the answer id in the form
I have a form, where each answer the result is stored in the database and presented in a table: <td> <center> <?php echo date('d/m/Y H:i:s', strtotime($row["data"])); ?>…
-
2
votes1
answer49
viewsQ: add more than one name to the form
I have the following problem, I have a image map, where by clicking on the coordinates the result appears inside a <input type="text" />, but I can only name one of the clicked coordinates. I…
-
0
votes0
answers40
viewsQ: Sensitive points inside the image
I have an image of the human body, and would like to make selections as clicked on the body part (example: knee, thigh, etc). I tried to use the image map method, but to no avail. Does anyone have…