Posts by Lucas Lima • 114 points
6 posts
-
0
votes1
answer53
viewsA: Form error message even when sending is confirmed
I ran a test on your shipping code, and I found that the error response is as follows:: Access to XMLHttpRequest at…
-
-1
votes2
answers686
viewsA: php - Line break in array
Silvia, in this case it would be more interesting to see your complete code to understand what is inside the variable $teste. The HTML tag for skipping lines is <tr></tr> which creates a…
phpanswered Lucas Lima 114 -
1
votes2
answers542
viewsA: how to remove rows from a table?
in which case you can add a CSS style to the tag <table>, as below: <table style="border:0;"> This is the most current solution, but you can also put the attribute border="0" on the tag:…
htmlanswered Lucas Lima 114 -
3
votes3
answers1003
viewsA: How to make a select within a condition?
in this case, if you have two fields in common within the two tables, you can use the WHERE IN Let’s say there is the ID field in table2 that is also present in Tabela1. You could do it as follows:…
-
1
votes1
answer235
viewsA: Prevent images from being cropped between pages when generating PDF of an html
In this case, I believe you can change the style of your page. In the CSS code you can put your own settings for page printing. @media print { /*Aqui vai seu css*/ } Within this tag you can…
-
2
votes1
answer927
viewsA: Implement Vbscript Post Reverse Logistics Webservice
Hello, I was able to make the connection. Your code is right, but in XML still define the "to be:" (which goes in the TAG <ser:solicitarPostagemReversa>). Your Envelope Tag should look like…