Posts by Rodrigo Caio • 63 points
8 posts
-
1
votes1
answer42
viewsQ: Array bringing different PHP results
I have my comic book, however, is bringing me a different result than what is in the bank $consulta = "select * FROM PRODUTO_pedido WHERE PEDIDO_PED_ID =12"; $resultado =…
-
1
votes1
answer124
viewsQ: How to capture code from a table generated via html?
I generated a table with data by HTML and PHP, how do I generate a string of this table with this data so I can play in my DOMPDF load_html?
-
1
votes1
answer41
viewsQ: How do I get my content behind my popup?
Every time I click on my popup button, my content "goes down". How do I get the popup above the content? body{ padding:0; margin:0; } .container2{ position:relative; margin:0 auto;…
-
0
votes0
answers898
viewsQ: SQLSTATE[23000]: Integrity Constraint Violation
I have an employee chart and address. The address is receiving a foreign key from the employee, however, is giving the following error when I will insert: Exception 'Pdoexception' with message…
-
0
votes1
answer62
viewsQ: How do I show a php error in jQuery?
I have one (.html), one (.php) and my jQuery. In my jQuery( I am sending the information to (.php) do CRUD and etc. Transactions are occurring smoothly, but are not displaying error messages of the…
-
0
votes1
answer77
viewsQ: Return results in different inputs
Guys, here’s my code. My query is returning the results I want, but it’s only returning in an input. How do I return the name_id in one input and Location in another? <?php $nome =…
-
3
votes2
answers1424
viewsQ: How to view data from a query in Modal?
I have a button type="button" and I want him to capture information from my Texts for me to make an appointment at Mysql and display this result in a modal. However, I’m only able to capture this…
-
0
votes1
answer1043
viewsQ: How to make a Submit with <button type="button">?
I have created some and need them to perform the same functions (with database) of how to register, change, etc. Can anyone help me or explain how to do this? Thank you !