Posts by Guilherme Vian • 13 points
3 posts
-
1
votes1
answer1034
viewsQ: I would like to place two actions for the same form
<form method="post" id="formulario_contato" onsubmit="validaForm(); return false; " class="form" action="?go=enviar"> <table id="login_table"> <div id="all"> <div…
-
0
votes1
answer47
viewsQ: I need to take the patient id from the table to the next page, along with the user, by clicking the button
<?php $conexao = new mysqli("localhost","root","","hospital"); if($conexao->connect_errno){ echo"Failed to connect to MySQL: (" . $conexao->connect_errno .") " . $conexao->connect_error;…
-
0
votes3
answers1191
viewsQ: Show BD record without refresh
// esta é uma pagina separada, chamada adicionar_consulta.php <?php $conexao = new mysqli("localhost","root","","hospital"); if ($conexao->connect_errno) { echo "Failed to connect to MySQL: ("…