Posts by Caio Brendo • 1 point
2 posts
-
-2
votes1
answer324
viewsQ: How to open the browser certificate selection option?
I am working on a project using PHP/HTML/Javascript where will be signed with digital certificate of the clients, where they will receive a PDF document and can sign using a button. When this button…
-
0
votes1
answer109
viewsQ: Help with AJAX request
I have this function that searches in the database the quantity of products in stock. public function contarProduto() { try { $pdo = Conexao::getInstance(); $sql = "select id_produto as produto,…