Posts by Moreira • 1 point
4 posts
-
-1
votes1
answer24
viewsQ: Take a variable from within a function
How can I get a variable from inside a function. my code: function buscaGeralPessoas($buscaPessoas){ $result_msg_contatos2 = "Select idGeralPessoas, cpf, nome, telefone1, telefone2, celular, email…
-
-2
votes1
answer492
viewsA: DOMPDF Set Download Location
file_put_contents(("C:/wamp64/www/geraDoc - Beta2 final/DocumentosGerados/".$clienteId."/Carta de notificação.pdf"), $dompdf->output()); o C:/wamp64/www/geraDoc - Beta2 final/Documentsgerados/".…
-
-2
votes0
answers17
viewsQ: dompdf save file in directory just using IDE
I’m having some doubts regarding dompdf, I would like to know how to save the pdf file directly by the IDE without the need to use a browser, besides I would like to generate a loop to generate…
-
1
votes4
answers97
viewsQ: Find a ( string ) value in a PHP array
I’m having trouble finding a variable value inside an array Example: I have the information below in some array. $dadosCli1 = array("cep:'000000'", "cidade: 'sao paulo'", "rg: '00.000.000.-00'",…