Posts by Boba Fett • 1 point
3 posts
-
-2
votes3
answers62
viewsA: Can anyone do this with PHP without jquery?
$_POST['item'], 'description' => $_POST['description'], $_POST['quantity'], 'valorUni' => ['valorUni'], 'total value' => $_POST['total value']]; } >? Cadastro Produtos "> Item : Description :…
-
0
votes3
answers62
viewsQ: Can anyone do this with PHP without jquery?
I need to click the add button and put values inside inputs in the PHP. function InserirTelefone(){ $('#telefones').append('<div>Nome: '+$('#nome').val()+' - Telefone: '+$('#telefone').val()+'…
-
0
votes1
answer719
viewsQ: How to put the value of a Php variable inside the Input in Html5
Good afternoon I need to make the value of the $x variable displayed inside the input item. below follows the code. thank you in advance. <!DOCTYPE html> <html> <head>…