Posts by E.M C. • 59 points
5 posts
-
0
votes0
answers46
viewsQ: Redirect between pages
Next, I have two html pages in the expense release system. One page is called.html releases and the other is called.html records. The first page is where I’ll post the expenses and the second is…
-
3
votes2
answers174
viewsQ: Numerous if and Else conditions
I have 5 fields input where I should put any number, and two buttons: one with the biggest name and the other with the smallest name. When you click on the larger button, I need it to tell me which…
-
1
votes3
answers86
viewsQ: Conditional with if and Else
I have two buttons, one is Greater and the other is Minor to return the following: I have two fields where I type a value in each. The first (larger) button has to return me which of the two numbers…
-
-4
votes2
answers155
viewsQ: $_post error do not know where I’m going wrong!
$cpfcnpj_tomador = $_POST['txtCpfCnpjTomador']; $numero_rps = $_POST['txtRpsNumero']; $data_rps = $_POST['txtDataRps']; $valor_rps = $_POST['txtValorRps']; $cpfcnpj_prestador =…
-
0
votes0
answers44
viewsQ: ERROR MYSQLI_FETCH_ARRAY
My code : <?php session_start(); $_SESSION['login'] = ""; ?> <?php //arquivo com as configuracoes de HOST, USUARIO, SENHA e BANCO require_once dirname(__FILE__).'/../../include/config.php';…