Posts by Phillipe Vieira • 42 points
3 posts
-
-2
votes1
answer86
viewsA: Delete word separation by line break - php
In this case the reading comes from an external Adobe standard, you can try the method next to the already used. $DCM_conteudo = str_replace("\n", "", $DCM_conteudo); $DCM_conteudo =…
phpanswered Phillipe Vieira 42 -
1
votes1
answer365
viewsA: Generating PDF with MPDF from BLOB
To generate PDF from an HTML code I recommend Wkhtmltopdf http://wkhtmltopdf.org/ or even simpler HTML2PDF http://html2pdf.fr/en/default both are practical to use and already bring some examples in…
-
2
votes3
answers1797
viewsA: How to send Jquery Json array to PHP
To receive the information in the post as "pilots" it is necessary to pass the index and value in the date of ajax, it is important in the back-end to use the "isset($_POST['pilots'])", to check if…