Posts by Diego Santos • 49 points
4 posts
-
1
votes1
answer913
viewsQ: Export tabulated text in Excel
Hello I need to generate a text file based on this layout for it to be imported into a system. I’m trying to use Excel, create the cells with the proper sizes as you request the layout. In Excel I…
-
3
votes1
answer87
viewsA: Send e-mail with specific content of each line returned from mysql
The solution was to put the sending of the email inside FOR loop and insert the variables. <?php $select = "SELECT tb_movto_visitas.*, tb_cad_visitantes.nom_visitante,…
-
0
votes1
answer87
viewsQ: Send e-mail with specific content of each line returned from mysql
I need to send an email warning the user that your request is expired, I go to the bank and search all records in this condition, the problem is that the body of the email has to be the content of…
-
0
votes1
answer219
viewsQ: Multiple printing with checkbox
I have a page where I list the database data, I created an option so that it can make the impression of a "wallet" with registration details but only for the selected line. The problem is that it…