Posts by Luan Amado • 35 points
4 posts
-
0
votes1
answer955
viewsA: Trying to get Property of non-object
To show the field you need to be inside a "foreach" example: <?php foreach($resultadodaBuscanoBanco as $resultado){ ?> <input type="text" name="txtnome" value="<?php echo…
-
0
votes1
answer63
viewsQ: Control access to documents
I am creating an application to manage files, the files are being saved in a local directory "localhost/uploads...", I have a table "documents" with a field "urldoarquivo", where save the file path,…
-
1
votes1
answer470
viewsA: How to pass the data from a checked checkbox to a modal?
function setaDadosModal(nome) { document.getElementById('nome_confirma').innerHTML = nome; } <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>…
-
2
votes1
answer1486
viewsQ: PHP - Add watermark to a DOC or PDF
I need you to take my document . doc or . pdf and add a watermark D`, it can also be the mark "DRAFT" when viewing. The BO is as follows, need to view a document but need to have something…