Posts by Guilherme Silva • 31 points
5 posts
-
0
votes0
answers13
viewsQ: ajax request in php page itself
I am learning about PHP and decide to set up a small menu system fondly on the page itself. It turns out that when I click on the add or remove cart item button, PHP makes a request (and obviously a…
-
0
votes0
answers25
viewsQ: cnpj mask does not work
I have a screen that is possible to consult Cpf and cnpj.. the mask for Cpf works, but pro cnpj I get an error saying that the function is not defined and as js is far from being my strong... I’m…
-
-1
votes1
answer242
viewsQ: Compound Interest Calculator in JS
I’m trying to create a compound interest calculator in PHP, where I need to calculate the initial investment value, the monthly investment, the period and by interest percentage each month. The…
javascriptasked Guilherme Silva 31 -
1
votes2
answers99
viewsQ: Input in Bootstrap 4 does not take up the full width
<title>Calculadora de Juros compostos</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet"…
-
-2
votes1
answer327
viewsQ: PHP Compound Interest Calculation
I’m trying to create a compound interest calculator in PHP, where I need to calculate the initial investment value, the monthly investment, the period and by interest percentage each month. The…
phpasked Guilherme Silva 31